Random Team Generator
Split a list of names into random, evenly sized teams.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste the names
One person per line.
- 2
Choose the team count
From 2 up to 20 teams.
- 3
Read the rosters
Each team is listed with its members; re-run to reshuffle.
Frequently Asked Questions
- Names are shuffled with a cryptographically seeded Fisher-Yates shuffle and dealt round-robin into the chosen number of teams — so teams differ in size by at most one person.
Related Tools
Random Number GeneratorGenerate random integers or decimals within any rangeRandom Date GeneratorGenerate random dates in any format and rangeRandom Email GeneratorGenerate fake email addresses for testingRandom Name GeneratorGenerate random first and last names for mock dataRandom IP GeneratorGenerate random IPv4 or IPv6 addressesRandom MAC GeneratorGenerate random MAC addresses for network testingRandom Color GeneratorGenerate random HEX, RGB, or HSL colors with previews.gitignore GeneratorGenerate .gitignore files for any language or framework