# Functions
ApproxSleep is a stoppable time.Sleep that adds a slight random variation to the wakeup time in order to prevent thundering herds.
ExpBackoff doubles the backoff time, if the result is longer than the parameter max, max will be returned.
FractionalDuration calculates the fraction of a Duration rounding half way from zero.