# Functions

NewTicker returns a started Ticker which calls nextDur for each period.

# Structs

Ticker is like time.Ticker, but with a variable period.

# Type aliases

JitterPct is a percent by which to scale a duration up or down.