Flip a coin, roll dice, or pick a random winner from a list using crypto.getRandomValues. Fair choices for games, raffles, and team stand-ups.
Random picker
Coin flip, dice with pips (1–6), and a random pick from your list. Uses crypto.getRandomValues.
Coin flip
Tap flip for a fair heads or tails.
?
Dice
Standard cube, faces 1–6 with classic pips.
Pick from list
One option per line. 3 lines ready.
Result
Press pick when you are ready.
How to use Random picker
- Choose coin, dice, or list mode.
- For lists, enter one item per line.
- Run the action and read the result.
Example: Paste team member names and pick who starts the demo.
Frequently asked questions
- Is the pick truly random?
- Yes. It uses the browser crypto random source, which gives a fair, unpredictable result suitable for raffles and games.
- Can I pick more than one winner?
- Run the picker again after removing the previous winner from your list to draw additional names fairly.