Random team generator
Press Draw to see the result
Paste your list, choose how many teams you want or how many people go in each, and the names are shuffled and dealt out. Eleven people into three teams gives four, four and three — the remainder is spread rather than dumped on the last team.
How to make random teams
The two modes answer different questions. Fixing the number of teams is what you want for a five-a-side league or a workshop with four tables. Fixing the size is what you want when the activity needs pairs of three regardless of how many people turn up. The seed is the feature worth knowing about: it turns a private draw into one anyone can reproduce, which matters more than it sounds when the teams decide who gets the good pitch.
Questions
Dealt round-robin, so team sizes differ by at most one. Eleven into three is 4/4/3, never 5/3/3.