|
|
|
|
|
by Straw
402 days ago
|
|
I'd be very interested to see a state-size capacity analysis in the style of PCG- if you make cut down versions of your generator with reduced state size, say by reducing the word size of all three words of state, how low can you go while still passing PractRand/BigCrush? This gives a much better idea of how "close" to danger you are than simply passing. Basically any generator with a 192 bit state can pass BigCrush/PranctRand- even known terrible ones like middle square! https://www.pcg-random.org/posts/too-big-to-fail.html |
|