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

https://github.com/joelalejandro/nem-random-mwc

A simple pseudo-random number generator, that uses the multiply-with-carry method invented by George Marsaglia.
https://github.com/joelalejandro/nem-random-mwc

Last synced: 3 months ago
JSON representation

A simple pseudo-random number generator, that uses the multiply-with-carry method invented by George Marsaglia.

Awesome Lists containing this project

README

        

# nem-random-mwc
A simple pseudo-random number generator, that uses the multiply-with-carry method invented by George Marsaglia