Hi there,

Is it possible to create randoms values in variables like that :
Counter 1 : random(100)
counter 2 : random(100) except counter 1 value
Counter 3 : random(100) except counter 1 & 2 values
counter 4 : random(100) except counter 1 & 2 & 3 values

?? Any ideas ?