「モジュール:選り抜き記事」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「local p={} function p.randomnum(a) local a = frame local b = math.random(a) return b end return p --[[ これはメインページにおける「選り抜き記事…」) |
編集の要約なし |
||
(3人の利用者による、間の12版が非表示) | |||
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)) | |||
return math.random(frame.args[1]) | |||
end | end | ||
return p | return p | ||
2年2月20日 (W) 10:24時点における最新版
このモジュールについての説明文ページを モジュール:選り抜き記事/doc に作成できます