Get the current system time (seconds) as a random seed, sometimes milliseconds are also used: os.time() * 1000 math.randomseed(os.time()) --[[ Way of ...
確定! 回上一頁