I worked on implementing a truncated normal distribution sampler, alongside majorly replanning my solution.
Earlier I was thinking, I would model an order as a process but now I understand it’s better to model a real-world process as a “process” instead of modeling a non-active component (e.g- order) as a “process”.
I learnt about “resources” in simpy and am planning to implement delivery riders and order processors as a resources which the delivery process of a given order utilises (in order to? get delivered)