pub fn random_fill_with_rng<X: SampleUniform + Bounded, T: Rng>( out: &mut [X], rng: &mut T, )
Generate random values in the range of the output type with an existing random number generator.