An open API service indexing awesome lists of open source software.

https://github.com/iolanguage/random


https://github.com/iolanguage/random

Last synced: over 1 year ago
JSON representation

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
```