https://github.com/thaliaarchi/mt19937-archive
Reconstructed revision history for the MT19937 Mersenne Twister PRNG by Makoto Matsumoto and Takuji Nishimura
https://github.com/thaliaarchi/mt19937-archive
mersenne-twister mt19937 prng random
Last synced: 2 months ago
JSON representation
Reconstructed revision history for the MT19937 Mersenne Twister PRNG by Makoto Matsumoto and Takuji Nishimura
- Host: GitHub
- URL: https://github.com/thaliaarchi/mt19937-archive
- Owner: thaliaarchi
- Created: 2023-03-20T10:31:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T15:17:39.000Z (over 1 year ago)
- Last Synced: 2025-01-25T10:08:43.174Z (4 months ago)
- Topics: mersenne-twister, mt19937, prng, random
- Language: C
- Homepage: http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/emt.html
- Size: 364 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mt19937-archive
This is a reconstructed revision history for the MT19937 Mersenne Twister
pseudorandom number generator by Makoto Matsumoto and Takuji Nishimura.It combines files from [Matsumoto](https://web.archive.org/web/20050404003059/http://www.math.keio.ac.jp/matumoto/emt.html)
and [Nishimura's](https://web.archive.org/web/20020804170007/http://www.math.keio.ac.jp:80/~nisimura/random/)
archived sites at Keio University and [Matsumoto's current site](http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/emt.html)
at Hiroshima University and was generated by scripts in the
[repo-archival project](https://github.com/thaliaarchi/repo-archival/tree/main/scripts/mt19937).
Both authors have slightly different changes, which I have carefully merged.
Missing revisions, that I inferred from timestamps and analogous changes, are
denoted with `~` in `git log`. Releases are tagged.See [readme-mt.txt](readme-mt.txt) for documentation and usage instructions.