Random Numbers
razzsoft
Member Posts: 38
Hi,
does anybody know how I can use the random command to generate multiple numbers but each number different to the previous random generated number
does anybody know how I can use the random command to generate multiple numbers but each number different to the previous random generated number
Comments
Make a rule then make a change attribute when whatever
Check out the expression editor, in the drop down box when you open it, goto the bottom, there is one called "random" when you click on it, it should come up saying: Random (min,max) or something like that
Then replace the Min and the Max with the numbers that you want it to generate
Hope that was helpful
p.s. Those min and max will be the max value it will generate, and the minimum value.
Thanks for your reply. I have used the random expression as you said but the trouble I have if you create another random number straight after this one there is a chance that it will be the same as the first one. So I am looking for a method that will keep generating a random munber that is allways different than the previous ones.
Yes it needs to be infinitely a different random number.