[][src]Function random_integer::random_with_rng

pub fn random_with_rng<N, T: Rng>(a: N, b: N, rng: &mut T) -> N where
    N: SampleUniform + SampleBorrow<N> + Ord + Sized