/queuing-theory-simulator

Queuing theory simulator in Go.

Primary LanguageGoMIT LicenseMIT

Queuing Theory Simulator in Go

Run simple simulator for M/M/S model of queuing theory.

$ go run cmd/simulator/main.go --step 100 --server 2 --lambda 0.2 --mu 0.1
$ python plot.py
$ open out/plot.png

plot

License

MIT

Author

monochromegane