「モジュール:選り抜き記事」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
2行目: 2行目:
function p.randomnum(frame)
function p.randomnum(frame)
math.randomseed(os.time())
math.randomseed(os.time())
return math.random(frame.args[1])
end
function p.randomnum2(frame)
math.randomseed(os.time()+os.date())
return math.random(frame.args[1])
return math.random(frame.args[1])
end
end
return p
return p
3,270

回編集

案内メニュー