Properly seeding the RNG
This commit is contained in:
parent
8cf905cd2c
commit
4c65128582
1
nowopen
1
nowopen
@ -165,6 +165,7 @@ if #options == 0 and not raw_print then
|
||||
table.insert(lines, center("¯\\_(ツ)_/¯", cols))
|
||||
else
|
||||
if randomize then
|
||||
math.randomseed(os.time())
|
||||
options = {options[math.random(#options)]}
|
||||
else
|
||||
table.sort(options, function(o1, o2) return o1.until_close < o2.until_close end)
|
||||
|
Loading…
Reference in New Issue
Block a user