1
0
鏡像自 https://github.com/luanti-org/luanti.git 已同步 2025-10-27 13:55:19 +01:00
Files
luanti/games/minimal/mods/test/init.lua
2012-03-28 00:38:20 +03:00

12 行
162 B
Lua

--
-- Minimal Development Test
-- Mod: test
--
-- Try out PseudoRandom
pseudo = PseudoRandom(13)
assert(pseudo:next() == 22290)
assert(pseudo:next() == 13854)