Hello, can someone please provide me code for a StepRng for floats? Like `use rand::rngs::mock::StepRngFloat;` `let mut rng = StepRngFloat::new(1.5, 0.5);` I can't adapt it from StepRng :-(. Would appreciate it very much!