I even included a random seed based on the OS time. code below. require "math" math.randomseed(os.time()) num = math.random(0,10) print(num) ...
確定! 回上一頁