Draw Proof Details - Draw #503120090

Draw Information
Draw ID:
#503120090
Game:
Fortune5M
Draw Time:
2026-04-28 12:58:52 UTC
Result Published:
2026-04-28 12:59:00 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
4
15
33
35
38
Bonus Numbers
9
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: 503120090
Timestamp: 1777395532
Server Seed Commitment: d7c13964e9bff14c9dc0c7033d492bb0d0c72464d46f4aa54399f73c4cff5556
Commitment Nonce: 04bb2d14f01f5a100674af903da33f641ee1e8abc8a647bab99de736588bfc4b
Merkle Root: 269867b2d7813305e9315507bc68ba41aa805c98a8f3135c1f1296bc6c916a59
Server Seed (revealed): 460ddd8e376e12d148ecca75c40a23d8b4cb1ba8a55f1c9ee7d8f2dc06e2821a
Combined Seed: 8963a870b9017c5dd3b8b31e852aa1f3dfa2d92e57a6b6f863596f12d3ecc42e
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.