Random number generator
Numbers, dice, coin flips, and list picker
Frequently asked questions
Is the random number generator truly random?
Yes — numbers are generated using the Web Crypto API (crypto.getRandomValues), which produces cryptographically secure random values, unlike Math.random() which is pseudo-random.
What dice types are available?
You can roll D4, D6, D8, D10, D12 and D20 dice — the standard set used in tabletop and role-playing games. Roll multiple dice at once to get a total.
Can I pick a random item from a list?
Yes — use the "List picker" tab. Enter any items one per line (names, options, tasks) and the tool picks one or more at random. Great for giveaways and decision making.
What is the no repeats option?
When generating multiple numbers, the no repeats option ensures each number only appears once in the results — like drawing numbers from a hat without replacement.