https://github.com/iolanguage/random
https://github.com/iolanguage/random
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/random
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T11:59:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T17:50:49.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:48:45.395Z (over 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random
A high quality and reasonably fast random number generator based on
Makoto Matsumoto, Takuji Nishimura, and Eric Landry's implementation
of the Mersenne Twister algorithm. The default seed is a xor of
the ANSI C time() and clock() return values.
# Installation
```
eerie install https://github.com/IoLanguage/Random.git
```