Simulation and Modelling Final Notes
Simulation and Modelling Final Notes
5. Performance Measures
L: Average number of customers in the system.
LQ: Average number of customers in the queue.
W: Average time spent in the system.
WQ: Average time spent in the queue.
ρ (Utilization Factor): Probability that a server is busy.
6. Little’s Law
L = λW: States that the average number of customers in the system (L) is equal to the
arrival rate (λ) multiplied by the average time spent in the system (W).
Chapter 7: Random-Number Generation
1. What are Random Numbers?
Used in simulation to model unpredictable events.
Should be uniformly distributed (between 0 and 1) and independent (no pattern).
2. Pseudo-Random Numbers
Computer-generated numbers that appear random but follow a pattern.
Generated using mathematical formulas (deterministic).
6. Random-Number Streams
A stream is a separate sequence of random numbers.
Used to ensure repeatability and control randomness in different parts of a simulation.
Components of a System: