From d32b4272c3eb7cb1356fad6279bd3b7b27158508 Mon Sep 17 00:00:00 2001 From: Charlie Date: Sun, 18 May 2014 15:16:35 -0400 Subject: [PATCH] added a note about random(max: float): float's resolution on windows --- lib/pure/math.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pure/math.nim b/lib/pure/math.nim index 24a2ec7fa7..78ea02cbfc 100644 --- a/lib/pure/math.nim +++ b/lib/pure/math.nim @@ -139,7 +139,8 @@ proc random*(max: float): float {.gcsafe.} ## returns a random number in the range 0..