Single-threaded implementation of the main mechanisms of the
pip install -r requirements.txtor using poetry
poetry installand then in Python code
from queue_simulation.markovian import Markovian
...
queue = Markovian(<your lmbda value>, <you mu value>)
metrics = queue.run(10000)