Recorded parameters
- Endpoint
GET /api/floats- Client seed
my-app- Server hash
b8ed99eeb149bd252c25e88fa8f3e7071dc7f3cdcd40729db199cbe0e568e343- Cursor
0- Nonce
701- Count
1- Recorded at
- 2026-07-04T13:17:58.790Z
Outcome
0.5879515905398875
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,
"my-app:701:<round>"), then map bytes to floats.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.