Trait prop_check_rs::rng::RandGen [−][src]
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);
}