Recorded parameters
- Endpoint
GET /api/gaussian- Client seed
openapi-contract-test-1779767191353-gauss- Server hash
67f9027f3b45f2476cf51203b06c3d83031abefec99a805c42f482903136958b- Cursor
0- Nonce
0- Count
5- Recorded at
- 2026-05-26T03:46:31.945Z
Outcome
-0.46852164541781205, -0.2652717827454348, -0.2102704888541145, -0.0005080465599770173, -0.11588380899677637
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,
"openapi-contract-test-1779767191353-gauss:0:<round>"), then map bytes to gaussian.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.