https://github.com/rooklift/mt19937_32
mt19937 - Mersenne Twister pseudo-RNG, 32 bit version
https://github.com/rooklift/mt19937_32
mersenne-twister mt19937
Last synced: 8 days ago
JSON representation
mt19937 - Mersenne Twister pseudo-RNG, 32 bit version
- Host: GitHub
- URL: https://github.com/rooklift/mt19937_32
- Owner: rooklift
- Created: 2018-10-28T11:44:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T16:50:20.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T11:14:39.133Z (over 1 year ago)
- Topics: mersenne-twister, mt19937
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* Mersenne Twister pseudo-RNG, 32 bit version
* Not concurrency safe as it stands, though that would be easy to fix