|
I might add that a reseeding at very frequent intervals might result in a reseeding with the same value, which will result in a sequence of "random" numbers that are identical to the the previous sequence. You might want to investigate truly random generation, or perturb the seed with something less predictable.
|