Function vec_in_range

Source
pub fn vec_in_range<T: SampleUniform + PartialOrd + Copy>(
    count: usize,
    min: T,
    max: T,
) -> Vec<T>