To remove any doubt about what time unit is about to samples we could potentially add more support API using `kotlin.time.DurationUnit` ``` val waitingTimeDist = exponential<Seconds>(30) ``` or similar. - [x] Implementation (completed as part of v0.9) - [x] Documentation
To remove any doubt about what time unit is about to samples we could potentially add more support API using
kotlin.time.DurationUnitor similar.