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.
- Host: GitHub
- URL: https://github.com/bryant/pcgpure
- Owner: bryant
- Created: 2015-10-07T17:50:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T20:20:30.000Z (over 10 years ago)
- Last Synced: 2023-04-09T22:19:03.346Z (about 3 years ago)
- Language: HTML
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
originally planned to write an hs prng. then `pcg-random` was found. this one's
faster, though. idk.