|
Re: Patterned returns with Math.random()
The answer is within your reach. Do some searching on the terms given in this thread. Particularly, seeding the random generator. It sounds like you keep seeding the random number generator with bad values, or the same values. Compare your code against that of what you can find through several different sources (IE Google).
|