Technical requirements
In this chapter, we will introduce random number generation techniques. In order to understand these topics, a basic knowledge of algebra and mathematical modeling is needed.
To work with the Python code in this chapter, you need the following files (available on GitHub at https://github.com/PacktPublishing/Hands-On-Simulation-Modeling-with-Python):
LinearCongruentialGenerator.py
LearmouthLewisGenerator.py
LaggedFibonacciAlgorithm.py
UniformityTest.py
Random.Generation.py