[−][src]Trait quickcheck::Gen
Gen
wraps a rand::RngCore
with parameters to control the distribution of
random values.
A value with type satisfying the Gen
trait can be constructed with the
gen
function in this crate.
Gen
wraps a rand::RngCore
with parameters to control the distribution of
random values.
A value with type satisfying the Gen
trait can be constructed with the
gen
function in this crate.