Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 201 Bytes

File metadata and controls

5 lines (5 loc) · 201 Bytes

Queue-Simulation

Run simulation by following commands:

javac Sim.java

java Sim x y

x is the seed for distributions of the events, y is the total customer number (both long int)