Draw Proof Details - Draw #502909712

Draw Information
Draw ID:
#502909712
Game:
Instant Million
Draw Time:
2026-03-23 14:08:49 UTC
Result Published:
2026-03-23 14:08:51 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
19
25
28
29
36
Bonus Numbers
18
Cryptographic Proof
This draw uses provably fair technology to ensure complete transparency and fairness. All random number generation is cryptographically verifiable.
Verification Steps:
  1. Server seed committed before any entries
  2. Client seeds collected from all entries
  3. Combined seed used for random generation
  4. Results can be independently verified
Proof Status:
Server Seed Committed
Client Seeds Collected
Results Generated
Independently Verifiable
Technical Information:
Draw ID: 502909712
Timestamp: 1774303729
Server Seed Commitment: df0eebd96872a7bc04912abe1c4a09946535584170ac6cd03a380a164e0f3875
Commitment Nonce: 8f4c3cc721b3a709606994d1e798cb5fd8a2f83e645c940459e26618bfceb6f0
Merkle Root: f59082c0bd686752dfce901ad6885191a3b66f6b1cc7f74e30b06b4452484d2e
Server Seed (revealed): 8177711c9145c373d011fb29914f31467ec47159413e79dfa7148be58b677f7c
Combined Seed: fcaf819a434fab271dc0cfb204c97f2674132a94ec38625c88c611d8c7157e31
Verification Instructions
  1. Copy the Server Seed (revealed after draw), Draw ID, Nonce, and other commitment data from below.
  2. 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.
  3. Compute combined_seed = SHA256(server_seed + merkle_root).
  4. 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).first Game config for this draw: MAIN_COUNT=40, PICK_COUNT=5, BONUS_COUNT=25
  5. Confirm the recomputed numbers exactly match the published result numbers.
  6. 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.
This is the pre-image of the commitment. It was kept secret before the draw.
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.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.