Random Team Generator Generators
Split a list of people into balanced random teams.
Random Team Generator is a free online tool that split a list of people into balanced random teams. It runs entirely in your web browser using plain JavaScript, so files are processed on your own device and never uploaded to a server. There is no sign-up, no file size limit imposed by the site, no watermark and no paid tier.
- Price
- Free: no account, no quota, no watermark
- Category
- Generators
- Where it runs
- In your browser, on your device
- Files uploaded
- None
- Technology
- plain JavaScript
- Settings
- 3
- Works offline
- Yes, after the first visit
About Random Team Generator
The list is shuffled with a Fisher-Yates pass drawing on crypto.getRandomValues, your browser's cryptographic random source, then dealt out one at a time like a deck of cards. Dealing round-robin rather than cutting the shuffled list into blocks is what keeps the sizes even: when the count does not divide cleanly the remainder is spread one person per team, so team sizes can never differ by more than one. Eleven people across three teams give 4, 4 and 3. Nobody is favored by their position in the list, and toggling Reshuffle draws again without needing to edit the names.
How to use it
- Paste the text you want to run through random team generator.
- Set split by, value and reshuffle.
The 3 settings
| Setting | What it does | Default |
|---|---|---|
| Split by | Choose from 2: Number of teams, People per team. | Number of teams |
| Value | Range 1–100. | 3 |
| Reshuffle | On or off. Off by default. | Off |
Under the hood
| Runs on | plain JavaScript: runs the whole thing |
| Controls | Split by, Value, Reshuffle |
Questions
What are the limits on value?
It accepts 1 to 100, starting at 3.