Module nanorand::rand

source ·
Expand description

RNG algorithms.

Re-exports

pub use wyrand::WyRand;

Modules

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

Traits

A trait that represents a random number generator.
A trait that represents an RNG that can be reseeded from arbitrary bytes.