TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Ask HN: Fast Non-Cryptographic Random Number Generator
1 points
by
mif
over 6 years ago
I'm looking for a fast (non-cryptographic) random number generator. Preferably, it should have a relatively small state and it needs to be faster than the Mersenne Twister I'm currently using.
1 comment
tromp
over 6 years ago
One candidate worth considering is<p><a href="http://www.pcg-random.org/" rel="nofollow">http://www.pcg-random.org/</a>