I have six integer numbers and let's call them x,y,z,a,b and c.
All of them are to be in the [1,30] domain and satisfy the following conditions:
x=y+z
x<a , y<b , z<c
Now, if I start by "choosing a,b and c randomly first", Would you please tell me how I can randomly pick out the next...