Re-exports§
pub use rand;
Traits§
- Random
Variant - Trait that returns a random variant of the given type, if you are creating a new type to limit some values, instead of deriving the RandomVariant,
- Rng
- An automatically-implemented extension trait on
RngCore
providing high-level generic methods for sampling values and other convenience methods.