Flip a Coin

Press the button or the space bar and let the coin spin.

?

How it works

The result comes from the browser's cryptographic random generator; both sides are exactly equally likely. The tally and the last ten results reset when the page reloads; nothing is sent to a server.

Frequently asked questions

Is the coin flip really random?

Yes. The result uses the browser's cryptographic random generator rather than Math.random, and every flip is independent of the last.

Can I flip repeatedly?

Yes, the space bar flips again each time and the tally keeps count of heads and tails.