# Functions
NewJitter returns a new random Jitter that is up to percent longer than the original wait time.
# Structs
Waiter records the number of failures and performs exponential backoff when there are consecutive failures.
# Type aliases
Jitter should return a new wait duration optionally with some time added or removed to create some randomness in wait time.