RandomDecisionGeneratorAll tools →

Coin Flip

Heads or tails, fairly random.

🪙

Tap the button to flip.

How it works

  • Tap the coin. Each flip uses your browser’s built-in pseudo-random generator.
  • You get heads or tails with equal probability over time.
  • No accounts, no cookies, no servers — the flip happens entirely in your browser.

Why use this tool

  • Faster than digging around for actual change.
  • Settles two-way decisions without anyone feeling overruled.
  • Shareable — the share link previews with your result baked into the social card.

When to use it

  • Pre-drinks: who buys the next round.
  • Sport: choosing ends or kick-off.
  • Couples: when neither of you actually has a preference.

Sample outputs from Coin Flip

A slice of what this picker might return. The full pool is much larger — tap the picker for a random one.

  • Heads
  • Tails

When to use Coin Flip

  • Any recurring low-stakes decision you'd rather not spend a minute on.
  • Bike-shedding avoidance — hand small choices to the picker so you save decision-energy for the ones that matter.
  • Late-evening when your prefrontal cortex is done and you just need an answer.

How the picker works

Coin Flip runs entirely in your browser — no servers, no accounts, no data sent anywhere. Each pick uses your browser's built-in cryptographic random-number generator (window.crypto.getRandomValues), which is uniformly distributed across the option pool.

The pool for this picker: 2 hand-picked options. Every option has an equal probability of being selected on any given pick (about 50.00% per option).

Coin-kind picks are 50/50 by definition — the picker maps random floats onto two outcomes with exactly equal probability.

If you want a deliberately weighted pick (favouring some options over others), the picker isn't the right tool — try structuring the choice as a wheel with duplicated entries, or split into two picks (category first, then item within category).

Related pickers + when to prefer each

Coin Flip is one of several related pickers on the site. The rest of this cluster covers adjacent decisions:

Yes Or No — the closest neighbour when this picker isn't quite the right fit.

Magic 8 Ball — the closest neighbour when this picker isn't quite the right fit.

Random Number Generator — the closest neighbour when this picker isn't quite the right fit.

All picks are independent — running one picker doesn't influence the others.

About this category

Lifestyle decisions are the low-stakes-but-recurring kind that eat mental bandwidth: coin flips, yes/no calls, morning routine choices, small habit-forming picks.

The category isn't about big life decisions — it's the friction remover for the dozens of tiny ones a normal week throws at you.

FAQ

Is the coin flip really 50/50?

Yes. Each flip uses your browser’s built-in random number generator, which is statistically fair to within tiny tolerances over thousands of flips.

Can I flip multiple times in a row?

Tap the coin or press space to flip again. Every flip is independent.

Why a digital coin instead of a real one?

You don’t carry change any more. Also: no one can claim you "didn’t flip it properly".

Related guides & resources

Browse by category