TwoRandomPlayers(&player1, &player2){ if (Iter_Count(Player) > 1) { player1 = Iter_Random(Player); do { player2 = Iter_Random(Player); } while (player1 == player2); return 1; } return 0;}