Random Picker

Pick a name, shuffle a list, make teams, roll dice or flip a coin.

Processed locally — nothing is uploaded

About Random Picker

Six draws in one place — winner, shuffle, balanced teams, a number in a range, dice and a coin. Randomness comes from the browser's secure generator, which is what makes a prize draw defensible rather than merely arbitrary.

Draw a random winner from a list, shuffle entries into a new order, split people into balanced teams, generate a number in a range, roll dice or flip a coin. It is the fair, fuss-free way to run a giveaway, pick who goes first or settle a decision.

Paste names or numbers and let it choose impartially. For a public draw the property that matters is that the outcome cannot be predicted or steered — including by whoever is running it.

Learn how this works

Frequently asked questions

Is the picker truly random?

Yes. It draws from your browser's cryptographically secure random source, so each pick, shuffle or roll is fair and unpredictable. The tool uses crypto.getRandomValues(), which provides genuine randomness suitable for security and gaming applications, not pseudorandom sequences that follow predictable patterns. This means the outcome of any pick, team shuffle, or dice roll cannot be predicted or manipulated, making it fair for giveaways, contests, and decision-making. All randomness happens locally in your browser, with no server involvement or possibility of bias.

Can it make balanced teams?

Yes — paste your list of names, choose how many teams you want and it distributes everyone evenly. The tool randomly assigns each person to a team, ensuring balanced team sizes — if you have 20 people and want 4 teams, each team gets 5 people. This is perfect for sports leagues, group projects, or any scenario where you need fair, random team assignments. You can regenerate the assignment as many times as you like until you get a configuration you're happy with.

Is my list of names uploaded?

No. Everything runs locally in your browser using standard web APIs — your text, files and inputs are never uploaded to a server, so the tool works even offline once the page has loaded.

More Random Picker tools

Related tools