Okay so what I need to do is as follows:
I create a game lobby and 8 players join and their wins are as follows
Player1 = 10 wins
Player2 = 150 wins
Player3 = 100 wins
Player4 = 23 wins
Player5 = 76 wins
Player6 = 92 wins
Player7 = 1088 wins
Player8 = 0 wins
Now that we have the players and their wins the teams need to be split into two groups so that the teams are fair for example it would be unfair for the players with:
0, 10, 23, 76 wins to be
VS
92, 150, 100 and 1088 wins.
I've looked all over and can't find anything that does this any guidance would be great.