********************* Examples ********************* * `Well-mixed SIR `_ as a test of Ball and Nasell's predictions of SIR final size distributions. * `Bouncing Rabbits `_ which move on a two-dimensional board, without stepping on each other, but they infect each other, sadly. * `Susceptible-Infectious-Susceptible `_ This is a good test of the samplers because results are well-known. It plots the master probabilities for a regenerative process. * `Object-based Simulation `_ This doesn't use dictionary keys in order to access substates of the physical state. It uses the objects themselves, which lends it to more free-form simulation.