This demo simulates an "Entangled Coin" whose toss behavior depends on a user-controlled wheel. The wheel’s angle (from 0° to 360°) sets a parameter q = angle/360 that governs the coin's dynamics:
In addition, we show the complex probabilities computed via the formula \[ a = \frac{1 \pm \sqrt{1-2q}}{2}, \quad b = 1-a, \] where the square root can become imaginary if \(1-2q < 0\).