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