This is a simple program to simulate random scenariors in a system queue using the queueing theory.
python
pandas
numpy
install pandas using the following command: pip install pandas
install numpy using the following command: pip install numpy
To run the simulation run the following command.
Python que_sim.py if on python 2.x.x.
python3 que_sim.py if on python 3.x.x.
Then input an integer 'N' to specify the size of data to simulate(Number of rows).