aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testes/math.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/testes/math.lua b/testes/math.lua
index 930221e3..48c1efe1 100644
--- a/testes/math.lua
+++ b/testes/math.lua
@@ -849,6 +849,7 @@ do
849 math.randomseed(x, y) -- again should repeat the state 849 math.randomseed(x, y) -- again should repeat the state
850 assert(math.random(0) == res) 850 assert(math.random(0) == res)
851 -- keep the random seed for following tests 851 -- keep the random seed for following tests
852 print(string.format("random seeds: %d, %d", x, y))
852end 853end
853 854
854do -- test random for floats 855do -- test random for floats