math.random () = float between 0 and 1
math.random (n1) = between 0 and nb1
math.random (n1, n2) = between n1 and n2
thanks