Is a virtual coin flip truly random?
This coin flip uses the Web Crypto API's getRandomValues() - the same cryptographically secure randomness used for security applications. The probability is exactly 50/50 for each flip with no memory of previous results. This is more genuinely random than a physical coin (which can be influenced by flip technique, force, and catching hand position). The result is determined by hardware entropy, not a predictable algorithm.