随机数字 = sys.rnd()
产生一个真随机数
math.randomseed(sys.rnd()) -- 初始化随机因子为一个真随机数 local r = math.random(1, 100) -- 产生一个 1~100 范围的随机数