How Crash Games Work: RNG, Seeds and Multipliers Explained
Crash games are the fastest-growing category in online gambling, but most new players press the “bet” button without really understanding what happens under the hood. This guide breaks down the three fundamental components — RNG, seeds, and multipliers — so you can play with your eyes open.
1. The RNG: The heart of every crash game
Every crash round begins the same way. Before you even see the plane, rocket, or pig take off, the server has already decided exactly when the game will crash. The decision is made by a Random Number Generator (RNG), a cryptographic function that produces a number between 1.00x and the theoretical maximum multiplier (often 10,000x or higher).
Quality crash games use SHA-256 — the same cryptographic hash function that secures Bitcoin. Given the same input, SHA-256 always produces the same 256-bit output. Given any change, the output becomes unpredictably different. That predictable-yet-unpredictable behavior is what makes provably fair crash possible.
2. Seeds: client and server
To keep the operator honest, a provably fair crash game uses two seeds that combine to generate each round’s crash point:
- Server seed: a secret string generated by the casino before the round. The HASH of the server seed is published beforehand, but the actual seed stays hidden until after the round ends.
- Client seed: a string you (the player) contribute or can change. Most casinos let you set it to any string you like.
The two are combined and run through HMAC-SHA-256 to produce the crash multiplier. Because the server committed to its seed by publishing the hash before the round, it cannot change the seed after seeing your bet. That is the core trust mechanic of provably fair gaming.
3. The multiplier curve
After the seeds combine, the resulting number is mapped to a crash multiplier using a probability distribution. Most crash games use one of two families:
- Exponential distribution: used by Stake Crash, BC.Game Crash, and most originals. The multiplier has a 1% chance of being instant bust (1.00x), 50% chance of being above 2x, and decreasing probability above that. This produces a 99% RTP with no house edge beyond the instant-bust.
- Provider-specific custom curves: Aviator, JetX, Spaceman, and Pigaboom each implement slightly different curves tuned to their target RTP (typically 96–97%). The curves are published in the game’s info sheet and are verifiable.
The multiplier you see climbing on screen is not being calculated live. It is pre-determined at round start and played out as an animation. Cashing out at 2.5x means the RNG decided the crash point was above 2.5x AND you pressed the button before the animation hit it.
How to verify a round yourself
Every provably fair crash game offers a verification page. After a round ends, you can:
- Look up the revealed server seed.
- See your client seed used for that round.
- Run the HMAC-SHA-256 calculation yourself (or use any online verifier).
- Confirm that the produced number maps to the multiplier shown on screen.
If the numbers do not match, the casino cheated. If they match, it did not. This is mathematically certain, which is why provably fair crash has become the industry standard.
Why this matters for your bankroll
Understanding the three layers — RNG, seeds, multipliers — makes you a sharper player. You stop believing in streaks. You stop believing hot or cold tables exist. You realize that every round is statistically independent and that your only meaningful variables are stake size and when you press cash-out.
For deeper strategy, read our guide on bankroll management, and our breakdown of provably fair verification step-by-step.