Lua.math.random
— When called without arguments, returns a pseudo-random float with uniform— distribution in the range [0,1). When called with two integers m and— n, math.random returns a pseudo-random integer with uniform distribution— in the range [m, n]. The call