# Structs
FixedInterval sends a timestamp on its channel at a fixed interval specified by delay.
JitterInterval sends a timestamp on its channel at a normally distributed random interval with a mean and standard deviation delays.
RandomInterval sends a timestamp on its channel at a uniform random interval between the minimum and maximum delays.