diff options
Diffstat (limited to 'racer-tracer/src/util.rs')
| -rw-r--r-- | racer-tracer/src/util.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/racer-tracer/src/util.rs b/racer-tracer/src/util.rs index 196b82d..dc39e1c 100644 --- a/racer-tracer/src/util.rs +++ b/racer-tracer/src/util.rs @@ -10,9 +10,8 @@ pub fn random_double() -> f64 { rng.gen::<f64>() } -/* // For later use pub fn random_double_range(min: f64, max: f64) -> f64 { let mut rng = rand::thread_rng(); rng.gen_range(min..max) -}*/ +} |
