pub trait RandGen<T: NextRandValue>where
    Self: Sized,
{ fn rnd_gen(rng: T) -> (Self, T); }

Required Methods

Implementations on Foreign Types

Implementors