From 2a03170ebd096288c833e034000dc177784f2040 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 18 Aug 1999 11:40:51 -0300 Subject: random(0) and random(x,0) are wrong (0 is read as no argument!). --- bugs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index cf25945d..7fea0b7e 100644 --- a/bugs +++ b/bugs @@ -102,3 +102,11 @@ Wed Jun 16 10:32:46 EST 1999 the number of returns of a function. (since 3.1) + + +--- Version 3.2 + +** lmathlib.c +Wed Aug 18 11:28:38 EST 1999 +>> random(0) and random(x,0) are wrong (0 is read as no argument!). +(by Dave Bollinger; since 3.1) -- cgit v1.2.3-55-g6feb