Timer.TimerType

The different kinds of Timers. Either one that yields a random response each time, or one that yields a ordered one.

Values

ValueMeaning
random0

Lines should be yielded in a random (technically uniform) order.

ordered1

Lines should be yielded in order, bumping an internal counter.