mirror of
https://github.com/kepler155c/opus
synced 2025-12-23 00:06:59 +00:00
randomseed broken
This commit is contained in:
@@ -2,7 +2,7 @@ print('\nStarting multishell..')
|
||||
|
||||
LUA_PATH = '/sys/apis'
|
||||
|
||||
math.randomseed(os.clock())
|
||||
-- math.randomseed(os.clock()) -- totally broken
|
||||
|
||||
_G.Util = dofile('/sys/apis/util.lua')
|
||||
_G.debug = function(...) Util.print(...) end
|
||||
|
||||
Reference in New Issue
Block a user