「モジュール:テスト2」の版間の差分

提供:WikiWiki
ナビゲーションに移動 検索に移動
(ページの作成:「local p={} function p.randomnum(frame) math.randomseed(os.time()) return math.random(frame.args[1]) end return p」)
(相違点なし)

2年1月8日 (K) 09:30時点における版

このモジュールについての説明文ページを モジュール:テスト2/doc に作成できます

local p={}
function p.randomnum(frame)
	math.randomseed(os.time())
	return math.random(frame.args[1])
end
return p