Trait af_core::random::Random [−][src]
A trait for types that can be created randomly.
Required methods
fn random_with(rng: &mut Rng) -> Self[src]
Returns a random value using the given Rng.
Provided methods
Loading content...Implementors
impl Random for Uuid[src]
fn random_with(rng: &mut Rng) -> Self[src]
impl<T> Random for T where
Standard: Distribution<T>, [src]
Standard: Distribution<T>,