nanorand::rand

Module wyrand

source
Expand description

Implementation of the wyrand PRNG algorithm. More details can be seen at https://github.com/wangyi-fudan/wyhash

Structsยง

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