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