このモジュールについての説明文ページを モジュール:選り抜き記事/doc に作成できます
local p={} function p.randomnum(frame) local num = frame.args[1] math.randomseed(os.time()) return math.random(num) end return p