mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
rolling-15
This commit is contained in:
parent
8003227d33
commit
5a7adc902d
@ -1,3 +1,8 @@
|
||||
-- Make random random
|
||||
math.randomseed(minetest.get_us_time())
|
||||
for i = 1, 3 do
|
||||
math.random()
|
||||
end
|
||||
-- Number helpers
|
||||
function round(number, steps) -- Rounds a number
|
||||
steps = steps or 1
|
||||
|
Loading…
Reference in New Issue
Block a user