Skip to content

Commit

Permalink
Merge branch 'roulette' into maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Oct 9, 2016
2 parents 96cfbb3 + a71cd6d commit 9b1b6bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/roulette.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
-- produce non-deterministic performance.
-- See https://github.com/LuaJIT/LuaJIT/issues/218

math.randomseed(os.time())
-- (Let the test harness determine the random seed)
-- math.randomseed(os.time())

local population = 100e6
local live = 0
Expand Down

0 comments on commit 9b1b6bc

Please sign in to comment.