Trait prop_check_rs::rng::RandGen[][src]

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

Required methods

Implementations on Foreign Types

Implementors