Function rand_num_from

Source
pub fn rand_num_from<T, R>(range: R) -> T
where T: SampleUniform, R: SampleRange<T>,