此模組的說明文件可於模組:Rand/doc建立
local p = {}
function p.main(frame)
return math.random(frame.args[1] or 0, frame.args[2] or 1)
end
return p
除非另有註明,否則社區內容均使用CC-BY-SA授權條款。
此模組的說明文件可於模組:Rand/doc建立
local p = {}
function p.main(frame)
return math.random(frame.args[1] or 0, frame.args[2] or 1)
end
return p