The programs in the directory ift6561/java/examples/ are mostly the programs that have been used for the numerical illustrations in the examples of the book "Stochastic Simulation". All are in Java with SSJ. The example numbers are for the 2015 version of the book. -- Pierre L'Ecuyer =================================================== Chapter 1. Introduction. Example 1.4, stochastic activity networks: san13.java san13Dist.java san13chart.tex Example 1.5, reliability for stochastic networks: san13connect.java Example 1.6, Hashing: Collision.java CollisionPoisson.java Example 1.8, Asian option: AsianOption.java AsianGBM.java TestAsianOptionGBM0.java TestAsianOptionGBM0Hist.java asianchart.tex Example 1.29, reliability for stochastic networks: san13connectCMC1.java Digital shift for Fig. 1.14: DigitalShift.java QMC and RQMC examples with Asian option, in section 1.4.3: TestAsianOptionGBM2.java Making the plots for Examples 1.39 and 1.41 (IS): ISChart1.java Example 1.42, small barrier option: Sum2BarrierIS.java Example 1.46, ruin probability: RuinIS.java Section 1.8, single queue: See examples in SSJ user's guide. Section 1.9: call center example: CallCenter.java Example 1.47, san with CRNs: San13DistCRN.java Example 1.48, call center with CRNs: CallCenterCRN.java Exercise 1.4, implementation of the SWB generator: MathematicaSWB.java Some predefined procedures to make experiments with MC and RQMC: MonteCarloModel.java MonteCarloExperiment.java RQMCExperiment.java ==================================================