How Results Are Generated
RustLion operates on a state-of-the-art Provably Fair system. For every game sequence, we generate a Server Seed and immediately publish its Server Hash (SHA256) to prove we haven't changed it before the game finishes.
For immediate single-round games (like Crash or Upgrader), we synchronize directly with the EOS Blockchain grabbing irreversible Block Hashes ensuring total independence from internal randomness. All games combine the Server Seed, your chosen Client Seed, and an incrementing Nonce via HMAC-SHA256 to produce an unalterable Float between 0 and 1 used to define the actual outcome.
Outcome Verifier
Runs entirely in your browser — recompute any round straight from its seeds. Nothing you type is sent anywhere.