Expand description
RNG algorithms.
Re-exports§
pub use wyrand::WyRand;
Modules§
- wyrand
- Implementation of the wyrand PRNG algorithm. More details can be seen at https://github.com/wangyi-fudan/wyhash
Traits§
- Rng
- A trait that represents a random number generator.
- Seedable
Rng - A trait that represents an RNG that can be reseeded from arbitrary bytes.