[][src]Module nanorand::rand

RNG algorithms.

Re-exports

pub use wyrand::WyRand;

Modules

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. It is expected that

RandomGen