Okay, so we've got this event. Awesome, right?
We've also got a timer with a fixed maximum duration, like one of those rotary kitchen timers. Not exactly awesome, but definitely handy.
When the timer goes off, the event occurs, and the timer is reset to some random value between zero and the maximum duration (every value has an equal chance or being selected). The timer is started immediately, and the process continues forever.
My question is: what is the effective period of the event? That is, if another repeating event has a fixed period, what would that period have to be for the two events to have an equal number of occurrences over a very large amount of time.
I want to say it's half the maximum duration of the timer, but I don't know why, and I wouldn't be surprised if that's wrong.