Roulette number generator — with a live hot & cold board
Spin a proper wheel distribution — 1, 10, 100 or 1,000 numbers at a click, European or American — and watch the built-in hot/cold board do something no casino display will: show the σ-scores. Every “hot streak” you’ll see sits comfortably inside random noise, and the board says exactly how comfortably. Use it to pick numbers, feed a system test, or teach yourself the single most expensive illusion in roulette — free, in-browser, nothing stored.⚙ computed
·
·
🔥 Hottest
#
Hits
Share
σ
❄ Coldest
#
Hits
Share
σ
What the σ column is telling you
For N spins, each number expects N/37 hits with standard deviation √(N·p·(1−p)). A “hot” number at +2σ is exactly as newsworthy as a coin landing heads 60 times in 100 — i.e., not. Hit ×1,000 a few times and watch yesterday’s hero numbers rotate out of the top table: that rotation is the lesson, and it’s the entire case against hot-number betting.
It uses the browser’s xorshift-class PRNG — statistically indistinguishable from fair casino spins for any testing purpose: uniform frequencies, correct gap distribution, no exploitable pattern.
Can I use generated numbers to predict a real wheel?
No — nothing predicts a fair wheel, including its own history. The generator’s value is the opposite: producing honest randomness fast enough that you can watch “hot numbers” form and dissolve, which inoculates you against the illusion at real tables.
What do hot and cold numbers mean in roulette?
Numbers that hit more or less than average in a recent sample. On a fair wheel both are guaranteed to exist at every moment and guaranteed to mean nothing — the σ column here quantifies exactly how ordinary any leader is.