Math.random reusing same values?

You have to throw away the first one or two random numbers.

math.randomseed(socket.gettime()) 
math.random() 
math.random()
math.random()