-
random wiggle with probablility
I have a simple expression for random wiggle:
seedRandom(13,true);
wiggle(2,7)I would like to add code that would introduce probability, so if probability = 0 there the expression would yeild no wiggle, and if it were 100 it would wiggle all the time (yeilding the same result as the expression above)
thanks!