Random Team Generator
NEWRandomly split a list of names into evenly-sized teams.
Frequently asked questions
How are teams balanced?
Names are shuffled randomly, then dealt out one at a time round-robin across the teams — so if the count doesn't divide evenly, the extra people are spread one per team instead of piled onto the last one.
How many teams can I create?
Between 2 and 10 teams, adjustable with the slider.
Is the shuffle truly random each time?
Yes — a fresh Fisher-Yates shuffle runs every time you click Generate Teams, so re-generating gives a new random split.
Community
Loading...