pub trait ElementRandom {
    fn random(distribution: Distribution<Self>, rng: &mut StdRng) -> Self
    where
        Self: Sized
; }

Required Methods§

Implementations on Foreign Types§

Implementors§