Trait prop_check_rs::rng::RandGen
source · [−]pub trait RandGen<T: NextRandValue>where
Self: Sized,{
fn rnd_gen(rng: T) -> (Self, T);
}pub trait RandGen<T: NextRandValue>where
Self: Sized,{
fn rnd_gen(rng: T) -> (Self, T);
}