Recorded parameters
- Endpoint
GET /api/floats- Client seed
openapi-contract-bad-params- Server hash
8c759de76dc4822926ce1ac0346b45cd8e37835b837b6eca047e6c6cbd12aa12- Server seed
5b3c0b2072c8045f266fe7bbab71841a8f0f0c0b6171fa19ce4259ad2cdcc39d- Cursor
1000000302- Nonce
0- Count
2- Recorded at
- 2026-05-26T03:39:05.630Z
Outcome
0.9825191006530076, 0.6064744123723358
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 — try it now with the revealed serverSeed above.2. Re-derive the values: HMAC-SHA256(serverSeed,
"openapi-contract-bad-params:0:<round>"), then map bytes to floats.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.