Recorded parameters
- Endpoint
GET /api/gaussian- Client seed
openapi-contract-test-1779766744357-gauss- Server hash
0c8fae92708bc69fa0fefc5455e8bbdf9e672130ec69bd6df5d82dde267ea774- Cursor
0- Nonce
0- Count
5- Recorded at
- 2026-05-26T03:39:04.922Z
Outcome
0.6091109450072544, 1.155387678917173, 0.526067745878708, 1.1100214022253916, -1.2787276979402988
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-1779766744357-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.