Paste a list of names and split them into random teams instantly.
| Input | Result |
|---|---|
| 10 names, 2 teams | 5 per team, random |
| 12 names, 3 teams | 4 per team |
| 8 names, 4 teams | doubles teams |
All names are shuffled first (Fisher–Yates), then dealt round-robin into the requested number of teams.
Slight imbalance is possible when the name count is not divisible by the team count.
No — the split runs entirely in your browser; nothing is sent or saved.