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

提供:WikiWiki
ナビゲーションに移動 検索に移動
(ページの白紙化)
タグ: 白紙化 手動差し戻し
編集の要約なし
1行目: 1行目:
 
local p={}
function p.randomnum()
math.randomseed(os.time())
return math.random(frame.args[1])
end
return p

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

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

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