mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
rolling-16
This commit is contained in:
parent
5a7adc902d
commit
03de70c774
@ -1,6 +1,6 @@
|
||||
-- Make random random
|
||||
math.randomseed(minetest.get_us_time())
|
||||
for i = 1, 3 do
|
||||
for i = 1, 100 do
|
||||
math.random()
|
||||
end
|
||||
-- Number helpers
|
||||
|
Loading…
Reference in New Issue
Block a user