|
|
|
|
|
by roaur
2170 days ago
|
|
Aren't most PRNs made deterministically? LCGs can have huge cycle times and can produce statistically sound random numbers. I had to look it up and Wikipedia has this statement a bit differently. This one makes Neumann sound funny because his Mid-Square method is a terrible PRN generator. |
|
All pseudorandom numbers are deterministic; that’s what the ‘pseudo-‘ prefix is meant to indicate. There are other kinds of random number generator that observe physical entropy sources instead. Perhaps the most iconic is CloudFlare’s wall of lava lamps[1].
[1] https://blog.cloudflare.com/lavarand-in-production-the-nitty...