Where does the randomness come from?
Lottery number "quick pick" tools often just wrap a software PRNG, which is fine for entertainment but doesn't remove the nagging question of whether the picks are actually unbiased across all 49 numbers.
This generator draws six unique numbers from the 1-49 range using entropy from Galactropy's SDR radio-noise pool, with rejection sampling to keep every number equally likely and no repeats within a set.
⚠ Cryptographic notice
Curious whether this entropy source is actually unpredictable? Our 6 of 49 Experiment commits and Ed25519-signs daily ticket sets before each real draw, then publicly scores them against the official results. Browse the full history.