「モジュール:選り抜き記事」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
(3人の利用者による、間の7版が非表示) | |||
1行目: | 1行目: | ||
local p={} | local p={} | ||
function p.randomnum( | function p.randomnum(frame) | ||
math.randomseed(os.time() + (frame.args[2] ~= nil and frame.args[2] or 0)) | |||
math.randomseed(os.time()) | return math.random(frame.args[1]) | ||
return math.random( | |||
end | end | ||
return p | return p |
2年2月20日 (W) 10:24時点における最新版
このモジュールについての説明文ページを モジュール:選り抜き記事/doc に作成できます