A simulation uses a probability model for the process that is being analysed. This model is used to generate random instances of the process.

Random numbers

The model is usually specified in terms of a collection of random variables, and a random instance is obtained by generating random values for these variables.

This section describes some methods for generating such random values.