Expand description
A crate implementing several random algorithms.
Modulesยง
- number
- The module contains the definition of the
Number
trait and its implementations foru32
,u64
andu128
. - pseudo_
random_ number_ generators - Holds implementations of several pseudo random number generators.
- randomness_
sources - Holds implementations of several randomness sources.
- traits
- Holds traits for random number generators and randomness sources.