holgerbrandl / kalasim

Discrete Event Simulator
https://www.kalasim.org/
MIT License
68 stars 10 forks source link

Remodel distributions API to better support Duration requirements in `hold()` #58

Closed holgerbrandl closed 9 months ago

holgerbrandl commented 1 year ago

Currently, all distributions emit just numbers, in most demos and examples they are used to sample durations.

(x) Adapt API or add wrapper

holgerbrandl commented 1 year ago

Fixed in 0.9, see https://www.kalasim.org/changes/#v09

holgerbrandl commented 1 year ago