Skip to content

Random pickers: dice, numbers, lists, names

Roll dice, generate random numbers, shuffle lists and pick winners - cryptographically random and entirely in your browser.

Most random-picker websites are weirdly heavy: ad-laden, slow, asking for an account. This hub gathers the unfussy versions: a dice roller for tabletop games, a random-number generator with custom ranges, a list randomiser for raffles and team picking, and a username generator for handles. Each tool uses the browser's cryptographic random source, so the results are unbiased and unpredictable.

Numbers & dice

Lists

Names & passwords

Free random tools: dice, random number, shuffle, raffle picker

Random pickers come up for a lot of reasons: rolling 3d6 for a tabletop game, picking a giveaway winner from a list of entrants, drawing teams for a tournament, generating a memorable username for a new account, or just settling who pays for lunch. This hub puts the tools on one page: a dice roller (d4 through d20 and custom), a configurable random-number generator, a list randomiser with pick-N and shuffle modes, a username generator with themed wordlists, and a strong-password generator.

Every tool uses the browser's Web Crypto API (`crypto.getRandomValues`), which is the same cryptographically secure source used for generating session keys - genuinely unbiased and not the predictable pseudo-random of `Math.random()`. Every tool is free, no signup, and runs entirely in your browser; the list of entrants you paste into the randomiser stays on your device.

For raffles and giveaways where the result has to be defensible later, the cryptographic-randomness guarantee matters: it's not just a fair-looking number, it's a number that can't be back-derived or biased by anyone, including the site author. Pair the randomiser with a screen recording if you want a record of the draw.