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-Second-Edition):
linear_congruential_generator.py
learmouth_lewis_generator.py
lagged_fibonacci_algorithm.py
uniformity_test.py
random_generation.py
random_password_generator.py
encript_decript_strings.py