Function random_i32_with_rng

Source
pub fn random_i32_with_rng<T: Rng>(a: i32, b: i32, rng: &mut T) -> i32