pub fn random_public_integer_range<U>(min: U, max: U) -> U where
    U: SampleBorrow<U> + Sized + SampleUniform + PartialOrd
Expand description

Random public integer in range [min, max)