# Random Picker & Team Generator

> Pick winners from a list, or split names into balanced random teams.

To pick randomly from a list, paste your entries one per line and choose whether to pick winners, split into teams or generate a running order. Selection uses an unbiased Fisher-Yates shuffle driven by the browser's cryptographic random source.

**URL:** https://convertto.tech/t/random-picker
**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 list (one per line).
2. Choose the mode.
3. Set the winners or teams.
4. The result appears immediately — copy or download it.

## FAQ

### Is the draw genuinely fair?

Yes. It uses a Fisher-Yates shuffle with crypto.getRandomValues, which gives every permutation equal probability. The naive approach of sorting by a random comparator is measurably biased; this is not.

## Related tools

- [Username Generator](https://convertto.tech/t/username-generator): Generate available-looking usernames and handles in several styles.
- [List Randomizer & Shuffler](https://convertto.tech/t/list-randomizer): Shuffle a list into random order — for draws, pairings, running orders and sampling.
- [Random Team Generator](https://convertto.tech/t/random-team-generator): Split a list of people into balanced random teams, by team count or team size.
- [Dice Roller](https://convertto.tech/t/dice-roller): Roll any number of dice with any number of sides, plus a modifier.
- [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.
- [Random String Generator](https://convertto.tech/t/random-string-generator): Generate random strings from a chosen character set — for keys, tokens and test data.
- [ASCII Art Text Generator](https://convertto.tech/t/ascii-art-generator): Turn words into large ASCII banner text for terminals, READMEs and code comments.
