FUN TOOL

Random Team Generator

Split a list of names into random, evenly-sized teams or groups.

About this tool

Paste a list of names (one per line) and split them into random teams — either by choosing how many teams you want, or how many people per team. Uses a fair shuffle so every arrangement is equally likely, not just alternating down the list.

Frequently asked questions

What happens if the names don't divide evenly?
The extra people are spread across the first few teams one at a time, so team sizes never differ by more than one person.
Is the shuffling actually random?
Yes — it uses a Fisher-Yates shuffle powered by the browser's cryptographically secure random number generator, so every possible ordering is equally likely.
Does it remove duplicate names?
No — if the same name appears twice in the list, it's treated as two separate people and may end up on different teams.