Hi.
I have two random members in the same class. The "first" one is random and the result of
its randomization should be the constraint for the randomization of the other, randc.
For istance:
randc A (0,1,2,3,4,5,6,7,8,9)
rand B (3,5,7)
if B.randomize = 5 then the randomization of A should return all value less than B.
Is it possible to do it in the same randomization?
Thanks.