-
Easy Expressions Question (I think)
Really new to expressions and I’m using an expression to generate random numbers in a text element. Works great, but is there a way to get whole numbers only instead of numbers with a ton of decimal places?
posterizeTime(10);
random(10,90)*This one is just a bonus question, but can I have it generate random numbers for 1 second and then land on a specified number for X seconds and then go back to random, repeat, etc….???
Thanks in advance!
Ken