Tested tool guide
Tested browser tools
Checked August 16, 2026
What Random Team Generator does, with a checked example
Type or paste a roster of names, pick a team size, and this tool deals the names out into balanced random teams. Balanced is a size guarantee, not a fairness guarantee: no team ends up more than one member larger than any other, and leftovers simply form a smaller final team. The thing people most often miss: every generation is a fresh shuffle of the list you entered, so the same roster yields different teams on each run, and once you generate again, the previous draw is gone. Copy results you want to keep.
Worked example
A concrete input and expected output from the current implementation.
Input
Anna, Ben, Carla, Dan, Eva, Finn, Gia, Hugo, Ivy, Jo, Kai, Leo
Team size: 4
->
Expected output
Three teams of 4 members each, every name placed in exactly one team: 12 / 4 = 3, so the sizes are fixed. The grouping itself cannot be predicted - the tool draws a different assignment on each run - but the balance is guaranteed.
12 names with a team size of 4 divides evenly, so the only possible outcome is 3 full teams. The balance rule (no team more than one member larger than any other) holds trivially, and the randomness affects only which names share a team, not the sizes.