Content deleted Content added
Line 17:
//select the middle six digits for the next seed
newseed = (x / 1000) % 1000000;
storageArray[i] =
//The sequence will almost always go to zero, so an improvement
//to the algorithm would be reseeding with the time as seen below.
|