random.ranlux24
code:Lua
s = textmodule.random.ranlux24()
モジュール
random
返り値
table:_
変数 型 概要
1 s number 乱数
概要
贅沢さレベル3のRANLUX法エンジン。
例
code:Lua
require("textmodule")
for i=1, 10 do
print(i, textmodule.rand.ranlux24())
end
code:Console
1 4226742
2 7530716
3 9441190
4 15376414
5 3608514
6 3608807
7 16276239
8 8898874
9 14392685
10 3400526