pub trait GenNumberSpec {
    fn random_number<T>() -> T
    where
        Standard: Distribution<T>
, { ... } }
Expand description

Provided Methods

Implementors