Random Team Generator

Paste a list of names and split them into random teams instantly.

How it works

Fisher–Yates shuffle, then deal names round-robin into teams.

Examples

InputResult
10 names, 2 teams5 per team, random
12 names, 3 teams4 per team
8 names, 4 teamsdoubles teams

Frequently Asked Questions

How are teams randomized?

All names are shuffled first (Fisher–Yates), then dealt round-robin into the requested number of teams.

Can teams be unequal?

Slight imbalance is possible when the name count is not divisible by the team count.

Is the input stored anywhere?

No — the split runs entirely in your browser; nothing is sent or saved.

Related Generators

Coin Flip SimulatorOnline Dice RollerYes or No OracleList Randomizer / Shuffler