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

https://github.com/bryant/pcgpure

Permuted Congruential Generators, a class of fast and statistically decent pseudo-random number generators.
https://github.com/bryant/pcgpure

Last synced: 3 months ago
JSON representation

Permuted Congruential Generators, a class of fast and statistically decent pseudo-random number generators.

Awesome Lists containing this project

README

          

originally planned to write an hs prng. then `pcg-random` was found. this one's
faster, though. idk.