> for each move you play in the random games: > > 1. Choose a move randomly from the whole list. > > 2. if the move is legal play it. > > 3. If the move is illegal - put it away so it doesn't > get selected again and repeat at step 1. Yeah, that's what I do.