This commit is contained in:
2022-03-31 14:41:19 -04:00
parent 7fc6263e37
commit a6213917e7
3 changed files with 81 additions and 30 deletions

7
luprex/core/lua/prng.lua Normal file
View File

@@ -0,0 +1,7 @@
makeclass('prng')
function prng.seed(n)
ug.set(prngseed,n)
end
function