https://github.com/iraikov/randmtzig
Standard ML / MLton bindings for an implementation of the MT19937 random number generator with Marsaglia and Tang's Ziggurat algorithm
https://github.com/iraikov/randmtzig
Last synced: 7 months ago
JSON representation
Standard ML / MLton bindings for an implementation of the MT19937 random number generator with Marsaglia and Tang's Ziggurat algorithm
- Host: GitHub
- URL: https://github.com/iraikov/randmtzig
- Owner: iraikov
- License: other
- Created: 2013-04-30T01:32:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-12T06:35:04.000Z (about 12 years ago)
- Last Synced: 2025-01-30T16:28:24.498Z (8 months ago)
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
randmtzig
=========MLton bindings for an implementation of the MT19937 random number
generator with Marsaglia and Tang's Ziggurat algorithm to generate
random numbers from a non-uniform distribution.