Crate random_variant

Source

Re-exports§

pub use rand;

Traits§

RandomVariant
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.

Derive Macros§

RandomVariant