Advertisement
Random Picker — List, Coin, Dice, Number
Pick a random item from a list, flip a coin, roll dice, or generate a random number.
Loading Random Picker — List, Coin, Dice, Number… If nothing happens, please enable JavaScript.
About Random Picker — List, Coin, Dice, Number
Need an unbiased pick? This tool draws random results using the browser's cryptographically strong `crypto.getRandomValues`, so the outcome is not predictable from the previous one.
Choose a mode, set the parameters, and pick. Lines are deduplicated only when you ask for it.
Frequently asked questions
How random is the result?
It uses crypto.getRandomValues, which is suitable for fair draws and games (not for cryptographic key generation, but more than enough here).
Can I pick multiple items at once?
Yes, in list mode set 'Pick N' and choose whether to allow repeats.
Are the values stored anywhere?
No, everything happens in your browser tab.
Advertisement