Module nanorand::rand::wyrand[][src]

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. #[repr(transparent)]