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