[][src]Module nanorand::rand

RNG algorithms.

Re-exports

pub use wyrand::WyRand;
pub use pcg64::Pcg64;

Modules

pcg64
wyrand

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

Traits

RNG

A trait that represents a random number generator.