精華區beta mud_sanc 關於我們 聯絡資訊
math.random([m[,n]]) 說明:獲取隨機數,使用它之前請先設定隨機種子 math.randomseed。 範例:math.random(1, 100)    math.random(100)    獲取1-100的隨機數