Free · No sign-up · Nothing leaves your browser

Pick a random anything

There is already a list loaded below — press the button and watch it work, then swap in your own. No account, no waiting, and nothing you type is sent anywhere.

What should I pick from?

One choice per line. Nothing you type leaves your browser.

Options

Your result will appear here.


Every picker

Each one does a single job well. Bookmark the one you use.


Built to be fair, and to show its working

  • Genuinely unbiased Most free pickers call Math.random() and take a remainder, which quietly favours the top of your list. These use your browser’s cryptographic random generator with rejection sampling, so every option has exactly equal odds.
  • Your list stays yours There is no account, no upload and no server round trip. Class rosters and giveaway entries are processed in your browser and forgotten when you close the tab.
  • Fast on a bad connection About 12 KB of code for the whole tool. It loads on a slow phone signal and keeps working after the page has loaded.

Read exactly how the randomness works — including the arithmetic mistake that makes most online pickers slightly unfair.

Teaching a class?

Paste your roster once, save it, and call on students without anyone being picked twice. The list is stored in your browser only — it is never uploaded, so there is no copy of your students’ names for anyone to leak or request.

Pickers for teachers

Common questions

Do I need an account?

No, and there is no way to make one. Every tool works immediately and stays free.

Is the result really random?

Yes. Each pick asks your browser’s cryptographic random number generator — the same source that secures your banking session — and discards any value that would introduce bias. The full method is documented here.

Where do my saved lists go?

Into your own browser’s local storage, on that one device. They are not uploaded, they are not readable by us, and clearing your browser data removes them.

Can I use these for a giveaway people will trust?

Yes. The winner picker produces a draw record: a timestamp, the entry count, the winners, and a fingerprint of the exact entry list that changes completely if a single character is edited. Post the fingerprint before you draw and entrants can verify it afterwards.

Can I put a picker on my own site?

Not yet. Embeddable widgets are planned — tell us what you need and it will shape what gets built first.

Pick a Random is a small set of free tools that run entirely in your browser. No ads in the tool area, no tracking of what you paste, ever.