[prev] 46 [next]

Simulation

In some problem scenarios
  • it is difficult to devise an analytical solution
  • so build a software model and run experiments
Examples: weather forecasting, traffic flow, queueing, games

Such systems typically require random number generation

  • distributions: uniform, numerical, normal, exponential
Accuracy of results depends on accuracy of model.