diff test/call_suite/rand-sig.lua @ 431:1cb8a65ea27f

- test/call_suite: made seed configurable
author Tassilo Philipp
date Mon, 17 Jan 2022 17:35:21 +0100 (2022-01-17)
parents 3e629dc19168
children 135c7fb49c2f
line wrap: on
line diff
--- a/test/call_suite/rand-sig.lua	Mon Jan 17 15:46:38 2022 +0100
+++ b/test/call_suite/rand-sig.lua	Mon Jan 17 17:35:21 2022 +0100
@@ -2,8 +2,7 @@
 
 rtypes   = "v"..types
 
-math.randomseed(2342)
-local sigs = { }
+math.randomseed(seed)
 local id
 for i = 1, ncases do
   id = math.random(#rtypes)