From a6302805d19273c95278c8d792ffbd9b2633fe20 Mon Sep 17 00:00:00 2001 From: Sakarias Johansson Date: Thu, 12 Jan 2023 21:09:43 +0100 Subject: =?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20Add=20materials?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- racer-tracer/src/util.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'racer-tracer/src/util.rs') 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::() } -/* // For later use pub fn random_double_range(min: f64, max: f64) -> f64 { let mut rng = rand::thread_rng(); rng.gen_range(min..max) -}*/ +} -- cgit v1.2.3