I'm having trouble with using this.
I'm trying to randomise layout selection from 1-10. It does this but it iterates through each layout randomly once each time but never repeats (which I want it to sometimes).
My objective is to randomly pick a layout from 1-10 and not repeat any past layouts until after 3 other layouts have been randomly selected. I did Start: 1, End: 10 and Threshold: 3 to attempt to achieve this with the Next function to change layouts.
It goes through each layout once before any repeating occurs which I don't want to happen. I tried changing the threshold but I keep getting the same results.
Can you please help me?