/Queuing-Theory-Simulation

Simple script to Simulate Customer waiting to be served in a server using Queuing Theory.

Primary LanguagePythonMIT LicenseMIT

The Queuing Theory Simulation

Description

This is a simple program to simulate random scenariors in a system queue using the queueing theory.

Prelequisites

python
pandas
numpy

install pandas using the following command: pip install pandas
install numpy using the following command: pip install numpy

Running the simulation

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).