Module nanorand::rand::pcg64

source ·
Expand description

Implementation of the Pcg64 PRNG algorithm. More details can be seen at https://www.pcg-random.org/index.html

Structs

  • An instance of the Pcg64 random number generator. Seeded from the system entropy generator when available. This generator is NOT cryptographically secure.