Function alea::f64_in_range[][src]

pub fn f64_in_range(min: f64, max: f64) -> f64
Expand description

Generate a random f64 value in the range [min, max] (i.e., both endpoints are included).