# Random Team Generator

> Split a list of people into balanced random teams, by team count or team size.

A team generator shuffles a list of people and deals them out so team sizes differ by at most one. Split by the number of teams you want or by how many people should be in each, and set a seed to make the draw reproducible from a shared link.

**URL:** https://convertto.tech/t/random-team-generator
**Category:** Randomisers & Games (https://convertto.tech/c/random-generators)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your people.
2. Choose the split by.
3. Set the how many.
4. Choose the uneven remainder.
5. Enter or paste your seed.
6. The result appears immediately — copy or download it.

## FAQ

### How are the teams kept even?

By dealing round-robin after shuffling rather than slicing the list into blocks. Dealing guarantees sizes differ by at most one; slicing leaves the remainder stranded in a final undersized team.

## Related tools

- [Random Picker & Team Generator](https://convertto.tech/t/random-picker): Pick winners from a list, or split names into balanced random teams.
- [CSV Splitter](https://convertto.tech/t/csv-splitter): Split a CSV into chunks of N rows, or into separate files grouped by a column value.
- [Bingo Card Generator](https://convertto.tech/t/bingo-card-generator): Generate unique bingo cards from your own list of items, with an optional free space.
- [List Randomizer & Shuffler](https://convertto.tech/t/list-randomizer): Shuffle a list into random order — for draws, pairings, running orders and sampling.
- [Lottery Number Generator](https://convertto.tech/t/lottery-number-generator): Generate random lottery lines for common draws, with the real odds shown.
- [Random Date Generator](https://convertto.tech/t/random-date-generator): Generate random dates in a range, optionally restricted to working days.
- [Username Generator](https://convertto.tech/t/username-generator): Generate available-looking usernames and handles in several styles.
- [Bill Splitter](https://convertto.tech/t/bill-splitter): Split a bill evenly or by what each person ordered, with tip and tax handled correctly.
