Hacker News new | ask | show | jobs
by trebor 4237 days ago
I'd like to see more substantiation than the guy's own site. The PCG "family" is omitted from every graph that I saw. Also, from my own testing, Mersenne Twister appears to have enough randomness for non-cryptographic purposes. I've never had particularly predictable sequences from it.
2 comments

The graphs of failures don't show the PCG scheme because their number of failures is zero.

The performance graphs show a whole bunch of PCG generators.

You absolutely can predict the Mersenne Twister after 624 outputs (there are several blog posts out there). The Mersenne Twister is also huge (2K of state) and some people claim that as a result it's not cache friendly.

But yes, it's a new thing, so it needs people to look at it.

How would you test for bad sequences? Does that method manage to flag http://en.wikipedia.org/wiki/RANDU?