Re: winMBT low percentile hits
You know depending on the design of the random number generator it might be reasonable to save and close the game re-open and continue play when you see a string of annoyingly low probability hits. For some of the possible design methods for the random number generator this will reinitialize randomSeed() and give you a whole set of pseudorandom numbers. Of course the random number generator might be designed in such a way that it would take a full restart of the computer to reinitialize randomSeed() or it may never be possible to reinitialize randomSeed().
|