Versions in this module Expand all Collapse all v0 v0.0.1 Feb 28, 2019 Changes in this version + type D interface + Get func() time.Duration + NextWaitTime func() time.Duration + Set func(time.Duration) time.Duration + Wait func() + func Delay(t time.Duration, generator Generator) D + func Fixed(t time.Duration) D + func VariableNormal(t, std time.Duration, rng *rand.Rand) D + func VariableUniform(t, d time.Duration, rng *rand.Rand) D + type Generator interface + NextWaitTime func(time.Duration) time.Duration + func FixedGenerator() Generator + func VariableNormalGenerator(std time.Duration, rng *rand.Rand) Generator + func VariableUniformGenerator(d time.Duration, rng *rand.Rand) Generator