There is also socket.gettime(). I tend to use it like this to make subsequent reasonably random numbers:
math.randomseed(socket.gettime()*10000)
math.random()
math.random()
math.random()
There is also socket.gettime(). I tend to use it like this to make subsequent reasonably random numbers:
math.randomseed(socket.gettime()*10000)
math.random()
math.random()
math.random()