YES OR NO GENERATOR

Can't decide? Get a random Yes or No. Nothing leaves your browser.

How to use the Yes or No generator

  1. 1

    Think of your yes-or-no question.

  2. 2

    Click "Ask the toolbox" to get a random answer.

  3. 3

    Click "Ask again" any time — your last 20 answers are tracked below.

Questions

How is the answer chosen?
Each click generates a cryptographically random bit using the browser's Web Crypto API — a true coin flip, not a predictable pattern.
Is it exactly 50/50?
Yes, over enough clicks — crypto.getRandomValues() is uniformly distributed, so YES and NO are equally likely on every single click regardless of past results.
Does it remember my answers?
Only in your current browser tab — the last 20 answers are shown so you can see the running tally, but nothing is saved once you leave the page.
Is this connected to a server?
No. The random choice happens entirely on your device.