-
random for 10 secs, then loop those numbers
I’ve searched for looping random numbers, but nothing seems to be helping in what I’m looking for.
How can I have a random number generated every second for 10 secs and then repeat the sequence until I change the seed (which would then repeat the new sequence)?
All I seem to be able to do is have a second layer generating the random sequence and then using the attached expression, which isnt ideal.
A = thisComp.layer("Cyan Solid 2").effect("Numbers")("Value/Offset/Random Max");
T = time%10;
A.valueAtTime(T)