Recorded parameters
- Endpoint
GET /api/gaussian- Client seed
test- Server hash
497ec571642dbbafb4d4f6dbe4c93b810b0c0291f97e1a9d0d5e8f13e3a98494- Cursor
2- Nonce
58- Count
1- Recorded at
- 2026-07-17T06:01:51.438Z
Outcome
0.6318786630678046
Permalink
How to reproduce this yourself
1. Confirm the server hash:
2. Re-derive the values: HMAC-SHA256(serverSeed,
3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.
1. Confirm the server hash:
sha256(serverSeed) === serverHash — once the seed is revealed (after the cursor advances), this hash will match it.2. Re-derive the values: HMAC-SHA256(serverSeed,
"test:58:<round>"), then map bytes to gaussian.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.