Recorded parameters
- Endpoint
GET /api/floats- Client seed
allowlist-smoke- Server hash
0c773190639e50080c4ee993298ca5ae5a49a8d4f993525ee95be7009f85f9ed- Cursor
0- Nonce
2- Count
1- Recorded at
- 2026-07-09T22:21:03.031Z
Outcome
0.42508494784124196
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,
"allowlist-smoke:2:<round>"), then map bytes to floats.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.