[][src]Function fuzzcheck_mutators::gen_f64

pub fn gen_f64(rng: &Rng, range: Range<f64>) -> f64

Generate a random f64 within the given range The start and end of the range must be finite This is a very naive implementation