This page does not send any data to the server. All of the calculations happen right in your browser.

We've the following parameters:

If you are interested in checking the code behind this, please open app.js.

Client Seed comes from your browser and is never generated by the server.
Server Seed is generated by the server. It is only shared with you after you rotate the seed.
Nonce starts from 1 and is a count for the games you play (associated to the particular server seed).
This is the SHA-256 hash of the Server Seed shown prior to rotation of the seed.
This is the result/outcome of the game calculated locally in your game. It should match that shown at the main site.