Random Team Generator (Group Maker)
Paste a name list and split it into fair random teams — by team count or team size, with a cryptographic shuffle and one-click copy.
899 views
Enter at least 2 people and a valid number.
Fair Teams in One Click
Paste one name per line, choose either how many teams or how many people per team, and split. The shuffle uses the browser's cryptographic randomness — the same fairness engine as our giveaway picker — so nobody can claim the draw was rigged. When numbers do not divide evenly, the extra people are spread one-per-team from the top, which is the fairest possible remainder handling.
Classrooms, five-a-side football, project groups, quiz nights, chore rotations — re-split as many times as you like, then copy the result to share. Names never leave your browser.
Frequently Asked Questions
What happens when the list does not divide evenly?
The remainder is distributed one extra person per team starting from Team 1 — with 11 people in 3 teams you get 4-4-3, never 5-3-3.
Is the split really random?
Yes — an unbiased Fisher-Yates shuffle driven by crypto.getRandomValues, the browser's cryptographic source. Re-splitting produces a genuinely fresh arrangement each time.
Can I keep two people apart or together?
Not automatically — split, then swap a pair by hand if needed. Constraint-based splitting is on our idea list.
Similar Tools
Report a Problem
Random Team Generator (Group Maker)