PcgRandom
PcgRandom copied to clipboard
.NET port of the PCG Random Number Generator library (www.pcg-random.org)
Results
1
PcgRandom issues
Sort by
recently updated
recently updated
newest added
Based on [this code](https://pcg.di.unimi.it/predpcg64.c) linked from [this article](https://pcg.di.unimi.it/pcg.php), the internal state of `Pcg32Single` can be recovered (in just seconds) given three successive values from `Pcg32Single.GenerateNext`. (Note that this uses reflection...