This simple Python project serves to describe the mechanisms of modern pseudo-random number generators especially the Python implementation through the random class.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes
You need to have some very common python libraries pre-installed before you can run the application
- pillow - Python Imaging Library
pip install pillow
- matplotlib - Python 2D plotting library
pip install matplotlib
- numpy - Python scientific computing
pip install numpy