pub fn get_random_float_between(min: f32, max: f32) -> f32
Generate a random float within any given range.