Recorded parameters
- Endpoint
GET /api/gaussian- Client seed
openapi-contract-test-1779766789685-gauss- Server hash
7095da2201764cf955204d74c46b2bc79ca98bd88db3bef91856f2708e459087- Cursor
0- Nonce
0- Count
5- Recorded at
- 2026-05-26T03:39:50.247Z
Outcome
2.055974376449328, -0.14110484824655942, 0.273802960153227, -1.6468931353223053, -1.3169325842000268
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-1779766789685-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.