There are five deliverables from this exercise. The new classes need Javadoc comments or Python docstrings.
Updates to the Bin to return an
iterator over available Outcomes
Updates to the Wheel to return an
iterator over available Bins
The PlayerRandom class.
A unit test of the PlayerRandom
class. This should use the NonRandom number generator to iterate
through all possible Outcomes.
An update to the overall Simulator
that uses the PlayerRandom.