Check to see that setting the useShared field in Randomizer to false breaks the repeatability of the simulations seen in Exercise 10.8. Be sure to restore it to true afterwards, because repeatability will be an important element in later testing
Reference: Exercise 10.8
After having run the simulation for a while, reset it and also call the static reset method of the Randomizer class. Now run the first few steps again, and you should see the original simulation repeated. Take a look at the code of the Randomizer class to see if you can work out why this might be. You might need to look at the API for the java.util. Random class to help you with this.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.