From a826a44ad60ae8b2c9395a58a9ccf48201793890 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 4 Feb 2018 15:13:31 -0800 Subject: tests/test-suite/math.js: Add missing math.randomseed call to tests --- tests/test-suite/math.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test-suite/math.js b/tests/test-suite/math.js index 9fb6fa5..1e54772 100644 --- a/tests/test-suite/math.js +++ b/tests/test-suite/math.js @@ -1393,6 +1393,8 @@ test("[test-suite] math: testing -0 and NaN", function (t) { test("[test-suite] math: test random for floats", function (t) { let luaCode = ` + math.randomseed(0) + do -- test random for floats local max = -math.huge local min = math.huge -- cgit v1.2.3-54-g00ecf