So basically there are (1) 6 cards (two shirt cards, two pants cards, two shoes cards) and another (2) 6 cards(two shirt cards, two pants cards, two shoes cards). My game picks from (1), and then pick (2) and then for example if i pick shirt from (1) and shirt from (2) it is success and they get a point. And once player picks a card they do not put it back in the deck, they just discard them. So after first turn (pick 1 from (1) and another from (2)) you start with 5 of (1) and 5 of (2) so i made my sampler (without replacement) which worked fine and also worked fine on showing on experiments/items/output thingy. but since I have (1) and (2) on same table? they always generate random but always match. Do you know what i mean? so they always become shirt – shirt, pants – pants, shoes – shoes which it shouldn’t. I want them to random different from each other.