diff options
Diffstat (limited to 'testes/math.lua')
| -rw-r--r-- | testes/math.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/math.lua b/testes/math.lua index dc5b84f6..b010ff6c 100644 --- a/testes/math.lua +++ b/testes/math.lua | |||
| @@ -838,7 +838,7 @@ do | |||
| 838 | assert(rand * 2^floatbits == res) | 838 | assert(rand * 2^floatbits == res) |
| 839 | end | 839 | end |
| 840 | 840 | ||
| 841 | math.randomseed(0, os.time()) | 841 | math.randomseed() |
| 842 | 842 | ||
| 843 | do -- test random for floats | 843 | do -- test random for floats |
| 844 | local randbits = math.min(floatbits, 64) -- at most 64 random bits | 844 | local randbits = math.min(floatbits, 64) -- at most 64 random bits |
