Free Random Picker Tools

Ten decision-making tools that run entirely in your browser. Nothing to install, no account to create, and every result is drawn with your browser’s cryptographic random generator.

Why use a random picker tool?

Most of the decisions a random picker tool handles are not big decisions at all β€” they are small, recurring ones that do not deserve the attention people give them by default. Who answers next in class, which restaurant to pick, who goes first, what colour to use in a design. Handling these with a visible, unbiased draw does two things at once: it resolves the choice in seconds, and it removes any suspicion that the outcome was steered by whoever was in charge of deciding.

Built for genuine randomness, not the appearance of it

Every tool on this page draws its results using crypto.getRandomValues(), the browser’s cryptographically secure random number generator, combined with rejection sampling to remove the small bias that naive implementations introduce at the edges of a range. That matters more than it sounds: if you are going to ask a classroom or an audience to accept a result, the result should genuinely be fair, and it should be possible to explain exactly how.

No account, no install, no catch

Every tool here works without signing up for anything. Nothing you type is sent to our servers unless you explicitly save a wheel for later, and even then only the labels and colours are stored β€” never anything that identifies who those names belong to. That design choice is deliberate: teachers use these tools with student names, and the fewer places that data touches, the better.

Ten tools, one underlying idea

The spin wheel and team generator handle picking or splitting people. The coin flip, dice roller and random number generator handle numeric and binary decisions. The yes or no wheel and truth or dare wheel add structure to a decision or a game. And the random letter, random color and random country generators cover the specific, less-common draws that come up in classrooms, design work and games. Every one of them is built on the same underlying random engine, so the fairness guarantee is identical across the whole set.

Most people who bookmark this page started by looking for one specific tool and stayed once they noticed the others. If a decision in your classroom, stream or workplace could be handled by a visible, unbiased draw instead of a judgement call, there is almost certainly a tool above built for exactly that.

Tools FAQ

Are all of these tools really free?

Yes. Every tool on this page is free with no account, no trial period and no paid tier. The site is supported by advertising, which is why you see ad units around the tools.

Do I need to install anything?

No. Every tool runs entirely in your browser β€” nothing to download, nothing to install, and no browser extension required. They work on desktop, tablet and phone.

How random are these tools, really?

Every tool draws results using crypto.getRandomValues(), the browser’s cryptographically secure random number generator, with rejection sampling to avoid modulo bias β€” not the weaker Math.random() many similar tools rely on.

Can I use these tools in a classroom?

Yes, and that is one of the main audiences these tools are built for. The wheel, team generator and random letter tool in particular are designed to work well projected on a shared classroom screen.

Do you store anything I type into these tools?

No, unless you explicitly save a wheel with "Save & get link". Everything else you type β€” names, questions, colours β€” stays in your browser and is never sent to our servers.

Which tool should I use to pick a person versus an option?

Use the spin wheel or the team generator to pick or split people. Use the coin flip, dice roller, random number generator, random letter, random color or random country tools for anything that is not a list of names.