Skip to content

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

License

Notifications You must be signed in to change notification settings

BrianMburu/Queuing-Theory-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages