Free tools
Recompute a round yourself. Paste the revealed server seed, your client seed and the nonce, and this reproduces the result in your browser using HMAC-SHA256 — nothing is sent to us.
Recompute a round yourself. Paste the revealed server seed, your client seed and the nonce, and this reproduces the result in your browser using HMAC-SHA256 — nothing is sent to us.
Implements the common Stake-style scheme: HMAC-SHA256(serverSeed, clientSeed:nonce:0) with the first four bytes read as a fraction. Operators vary in the final mapping, so compare the fraction as well as the result. Everything runs locally in your browser.
That the result of a round was fixed before you bet and was not altered afterwards. It says nothing about the house edge, which remains exactly as published.
The casino only reveals a server seed once it is retired. Rotating your seed pair ends the cycle and releases the old seed for verification.
No. The computation uses your browser's Web Crypto API. Nothing leaves the page.