Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.09 KB

File metadata and controls

26 lines (19 loc) · 1.09 KB

About

This repo is a fork of Philip I. Thomas' Queue Simulator repo to enable running the simulation over an arbitrary number of terminals, and to thereby remove the need for any server-side rendering using Jekyll or similar.

You can run this fork, or Philip's original simulator online, or you can run this fork by cloning the repo and opening index.html in a web browser.

You can also run a separate animated simulation, which is not based on Philip's work.

Philip's Original Explanation

This program was written for the Analysis and Simulation of Discrete Event Systems class at Washington University in St. Louis. The script suggests how many cashiers to have based on customer load and average service time. The script analytically solves an M/M/c queue client-side using Javascript.