CB.RunPrefsND Example 1

This example sets the simulation to use the same sequence of random numbers (with an initial seed value of 888) and use Monte Carlo simulation. It then runs the simulation of 100 trials.

CB.RunPrefsND cbRunSameRandoms, True, 888
CB.RunPrefsND cbRunSamplingMethod, cbSamMonteCarlo
CB.Simulation 100