I have tried to find an answer to this but haven't found exactly what I'm looking for.
I am trying to develop a way in which I can have a random team selected based on skill set (1-5 with 5 being the strongest skilled player) as well as by position (Forward of Defense) so that the algorithm can organize the players based on skills and position.
I know I can easily do one to randomly assign based on one criteria, but whats the best way to add the second criteria at the same time?