Math.randomseed() argument [SOLVED]

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()
3 Likes