Click to flip the coin
This decision maker bundles four classic ways to break a tie — coin flip, dice roll, random picker, and a yes/no oracle — into one quick page. Made for anyone stuck between two restaurants, friends settling who goes first, or a tabletop gamer who left the dice bag at home.
Why Randomness Helps You Decide
Letting chance decide sounds like giving up, but it has a side effect: the moment a coin is in the air, you often discover what you hoped for. Relief confirms the choice; disappointment reveals you wanted the other option. Randomness also defuses group deadlock — an impartial picker ends debates without anyone owning the blame. For games, randomness is the point: a fair d20 keeps a tabletop session honest, and a coin flip has settled kickoffs for a century.
How to Use
- Pick a mode: Coin Flip, Dice Roll, Random Picker, or Yes/No.
- Click Flip Coin and watch it land on heads or tails.
- Choose a die type (d4 through d20) and click Roll Dice.
- For the picker, enter options one per line and click to select one at random.
Results are animated and independent — flip or roll as often as you like.
Features
- Animated coin flip with heads/tails result
- Six polyhedral dice: d4, d6, d8, d10, d12, d20
- Random picker for custom option lists
- Instant yes/no oracle
- Runs entirely in your browser
Use Cases
Settle everyday indecision: which restaurant, who takes out the trash, which task first. Run fair drawings — pick a giveaway winner or assign chores among roommates. Replace missing dice for board games and tabletop RPGs, break ties, or consult the yes/no oracle when two options feel equal.
Related Tools
Frequently Asked Questions
Is the random number generation truly random?
The tool uses JavaScript's Math.random() function, which provides cryptographically sufficient pseudorandom numbers for all common use cases. For gaming and decision-making purposes, the randomness is more than adequate. No server-side processing is involved.
Can I use this for multiple items at once?
The Random Picker mode lets you enter any number of items (one per line) and will pick one randomly. You can repeatedly click to get different selections from the same list. Each pick is independent and equally probable.
What dice types are supported?
The Dice Roll mode supports all standard polyhedral dice: d4, d6, d8, d10, d12, and d20. Simply click the desired die type and then click Roll Dice to get a random result between 1 and the number of sides.