<@U5F0TT0UX> why are you using a Poisson distribut...
# science
t
@altavir why are you using a Poisson distribution for elapsed times between customer arrivals. Shouldn't it be
Exponential
? like this?
😳 1
a
Indeed. I was experimenting with different distributions an committed wrong version. It should be exponential
t
okay, glad I caught it. I have a PR here of some changes I made. Since this is a toy problem for videos, blogs, and talks possibly... I'm going to have a non-coroutines implementation that won't scare folks alongside a coroutine one.
a
Serve time is normal, but arrival should be exp
t
@altavir yes, that makes sense and I left the
Normal
distribution alone.