Draw Proof Details - Draw #502897922
Draw Information
Draw ID:
#502897922
#502897922
Game:
Instant Million
Instant Million
Draw Time:
2026-03-21 18:48:26 UTC
2026-03-21 18:48:26 UTC
Result Published:
2026-03-21 18:50:12 UTC
2026-03-21 18:50:12 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
10
11
14
21
38
Bonus Numbers
22
Cryptographic Proof
This draw uses provably fair technology to ensure complete transparency and fairness. All random number generation is cryptographically verifiable.
Verification Steps:
- Server seed committed before any entries
- Client seeds collected from all entries
- Combined seed used for random generation
- Results can be independently verified
Proof Status:
Server Seed Committed
Client Seeds Collected
Results Generated
Independently Verifiable
Technical Information:
Draw ID: 502897922
Timestamp: 1774140506
Server Seed Commitment: 09c8b0d1182213159876a2b13ae70c2c6fe2d10caaac0f0e38104f8637a6dcef
Commitment Nonce: 6b7ae780d29bf1ba958aaa35c9af367ea8b6e84992836aa1c6a0c1205bd0d45e
Merkle Root: f33981fc685c7ac3deba4cde5c1cddf8826b21ca56996b17d01950bc2a83f25b
Server Seed (revealed): 37b435aafb0842d63dde9a833674f848335856586df653335b216c9ba1ba6de2
Combined Seed: e68165b7e02be4b01fafa76d54b774d6105f3e5ee8f3c78a77cfc1303a9c9762
Timestamp: 1774140506
Server Seed Commitment: 09c8b0d1182213159876a2b13ae70c2c6fe2d10caaac0f0e38104f8637a6dcef
Commitment Nonce: 6b7ae780d29bf1ba958aaa35c9af367ea8b6e84992836aa1c6a0c1205bd0d45e
Merkle Root: f33981fc685c7ac3deba4cde5c1cddf8826b21ca56996b17d01950bc2a83f25b
Server Seed (revealed): 37b435aafb0842d63dde9a833674f848335856586df653335b216c9ba1ba6de2
Combined Seed: e68165b7e02be4b01fafa76d54b774d6105f3e5ee8f3c78a77cfc1303a9c9762
Verification Instructions
- Copy the Server Seed (revealed after draw), Draw ID, Nonce, and other commitment data from below.
-
Verify the Server Seed Commitment by computing:
SHA256("server_seed:" + draw_id + "|" + server_seed + "|" + nonce + "|" + entropy_sources + "|" + version + "|" + commitment_type)
Confirm it equals the Server Seed Commitment hash shown below. - Compute combined_seed = SHA256(server_seed + merkle_root).
-
Generate winning numbers using this exact algorithm:
seed_integer = combined_seed.to_i(16) # Convert hex to integer rng = Random.new(seed_integer) # Ruby's Mersenne Twister PRNG main_numbers = (1..MAIN_COUNT).to_a.sample(PICK_COUNT, random: rng).sort bonus_number = (1..BONUS_COUNT).to_a.sample(1, random: rng).firstGame config for this draw: MAIN_COUNT=40, PICK_COUNT=5, BONUS_COUNT=25 - Confirm the recomputed numbers exactly match the published result numbers.
- To verify your ticket inclusion in the Merkle root: use the Inclusion Proofs section below, copy the Verifier JSON, and verify with the on-page script or a third-party tool.
In-Browser Commitment Verifier
Verify the server seed commitment matches the revealed server seed. No data is sent anywhere; verification runs locally in your browser.
External Verification
Note: This system uses custom hashing with prefixes (
leaf: and internal:).
Standard Merkle tree tools will not work directly. You must implement the specific hashing format shown in the proof data above.
Standalone Ruby Verification Script
Copy this script and run it on jdoodle.com/execute-ruby-online (Ruby) to independently verify this draw.