Random function
FanStudioUK
Member Posts: 459
Hi guys,
Is it possible to build am advanced random function?
For example I want the random function to give me some values between 20 and 100, but I need these values to be from 10 to 10, like: 20, 30, 40, 50 .... 100.
Your help will be appreciated
Thank you
Is it possible to build am advanced random function?
For example I want the random function to give me some values between 20 and 100, but I need these values to be from 10 to 10, like: 20, 30, 40, 50 .... 100.
Your help will be appreciated
Thank you
Comments
random(2,10)*10
you are a great help!
I'll have to think of something else
Thanks