Derives a deterministic audit sample from a public randomness beacon pulse, drand's quicknet chain or a NIST NISTIR-8213 randomness beacon, and a pre-committed hash of the item manifest being sampled. NIST names exactly this the canonical use of a public randomness beacon: preventing an auditor from biasing a selection, or from being accused of doing so. Election risk-limiting audits (RLAs) run the same ceremony. Selection uses only SHA-256/HMAC, an HMAC-DRBG walk, with no randomness of its own, no clock, nothing hidden. Anyone holding the same three declared inputs (manifest hash, pulse, algorithm id) can replay the identical selection offline from the derivation transcript below.
The fairness of this sample depends entirely on doing these three steps in order, before you touch this page:
item_manifest_hash before the next step.Precedent: NIST's Interoperable Randomness Beacons project names bias-resistant audit sampling as a beacon application; U.S. election jurisdictions running risk-limiting audits (e.g. Colorado, per the U.S. Election Assistance Commission's RLA guidance) draw ballot samples from a public dice roll or beacon for the identical reason. drand quicknet is treated as the primary beacon here (sub-3-second cadence, no single operator); a NISTIR-8213 pulse serves as a corroborating co-seed when both are available.
Copy this paragraph into Claude, OpenClaw, or any MCP-aware agent to run this exact tool, with this sample, and verify the artifact.
Run the AINumbers MCP tool `derive_beacon_fair_sample`. Task: Derive a deterministic, offline-replayable audit sample by HMAC-DRBG (SHA-256) seeded from a caller-pasted public randomness beacon pulse (drand quicknet or NISTIR-8213) combined with an item-manifest hash committed before the pulse round.
Call it with arguments: {"policy_parameters":{"beacon_source":"drand_quicknet","beacon_round":"4321000","beacon_randomness":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85","item_manifest_hash":"sha256:9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08","item_count":250,"sample_size":10,"algorithm_id":"hmac-drbg-sha256-v1"}}
Verify before trusting: call `verify_execution_hash` on mcp.ainumbers.co (https://mcp.ainumbers.co/mcp) with the parameter `claimed_hash` set to the returned `execution_hash`, passing the full artifact the run returned (the object containing `policy_parameters` + `output_payload` + `execution_hash`; equivalently `policy_parameters` + `output_payload` with `claimed_hash`), not the bare hash string.
Return the ledger link https://ledger.ainumbers.co/ so a human can re-verify without contacting us.
PII rule: All inputs are processed locally in your browser. No data is transmitted. Do not enter real personal data — use synthetic or anonymised inputs only.
Open the tool with the sample prefilled: https://ainumbers.co/chaingraph/art-583-beacon-seeded-fair-sampling-deriver.html#p=v1.H4sIAAAAAAAA_wE3Acj-eyJiZWFjb25fc291cmNlIjoiZHJhbmRfcXVpY2tuZXQiLCJiZWFjb25fcm91bmQiOiI0MzIxMDAwIiwiYmVhY29uX3JhbmRvbW5lc3MiOiJlM2IwYzQ0Mjk4ZmMxYzE0OWFmYmY0Yzg5OTZmYjkyNDI3YWU0MWU0NjQ5YjkzNGNhNDk1OTkxYjc4NTJiODUiLCJpdGVtX21hbmlmZXN0X2hhc2giOiJzaGEyNTY6OWY4NmQwODE4ODRjN2Q2NTlhMmZlYWEwYzU1YWQwMTVhM2JmNGYxYjJiMGI4MjJjZDE1ZDZjMTViMGYwMGEwOCIsIml0ZW1fY291bnQiOjI1MCwic2FtcGxlX3NpemUiOjEwLCJhbGdvcml0aG1faWQiOiJobWFjLWRyYmctc2hhMjU2LXYxIn14kIImNwEAAA