|
libdonut 2.3.6
Application framework for cross-platform game development in C++20
|
Classes | |
| class | SplitMix64Engine |
| Implementation of the SplitMix64 pseudorandom number generator that provides the API required for a standard uniform random bit generator, so that it can be plugged into any of the random number distributions provided by the standard library. More... | |
| class | Xoroshiro128PlusPlusEngine |
| Implementation of the xoroshiro128++ pseudorandom number generator that provides the API required for a standard uniform random bit generator, so that it can be plugged into any of the random number distributions provided by the standard library. More... | |