I need to build a self gating randomizer?
Here is an example of what I need.
The randomizer is being driven by an iterator
The randomizer outputs a 2, then it waits for 2 steps from the iterator before it outputs it's next value.
I need to do some kind of compare between the iterator and itself + the random value so I can filter out 2 iterator steps and trigger a new random of the third.
How could I make a randomizer that waits a certain number of iteration steps before it triggers a new value?