|
Re: Patterned returns with Math.random()
Personally I would encapsulate the RNG in a class of its own in which it should be constantly generating numbers by the second, then use a method to get the latest generated number - not exactly a solution to your problem but certainly a more appropriate way of returning seemingly random numbers.
Alias
|