Lua库函数——math.randomseed()、os.time()的使用
如下是在两个相同随机前使用math.randomseed()的情况math.randomseed(os.time())for var=0,10 do RandomNumber = math.random(10) print(RandomNumber)endprint("*******************************")math.randomseed(os.ti