seed = tostring(seed):reverse() math.randomseed(seed) -- 生成指定范围的随机整数 return math.random(lower_limit, upper_limit)
確定! 回上一頁