random(0) and random(x,0) are wrong (0 is read as no argument!).

This commit is contained in:
Roberto Ierusalimschy
1999-08-18 11:40:51 -03:00
parent 05f55cc062
commit 2a03170ebd
2 changed files with 19 additions and 8 deletions

8
bugs
View File

@@ -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)