Pick a layout and spin. Every pocket is equally likely on every spin — the only thing that changes between wheels is how many green pockets dilute your bets.
One wheel, three edges
Every pocket on a fair wheel is equally likely: 1 in 37 on the European layout, 1 in 38 on the American, 1 in 39 on triple-zero. Payouts never move — a straight number pays 35:1 on all three — so each extra zero is pure, added house edge: 2.70%, 5.26%, 7.69%.
Nothing about past spins changes the next pocket. Trackers, hot numbers and due colors read patterns into independence; the simulator shows what that independence actually produces.
Methodology
Each spin draws one pocket uniformly via random_int (CSPRNG) from the layout's pocket list: 0–36, plus 00 on the American wheel and 000 on triple-zero. Colors follow the standard layout; the even-money edge equals zeros divided by pockets.