Why humans need this tool
Ask a room to think of a number between 1 and 10 and nearly a third will say 7. Ask for 1 to 100 and the answers pile up on 37, 73 and their odd-ending cousins, while round numbers like 50 go almost untouched. People avoid edges, avoid patterns, avoid repeats, and in doing so produce choices that are anything but random. Magicians and marketers exploit this; a fair draw can't afford to.
A generator has none of those instincts. It will happily hand you 50, or the same winner's neighbor twice in one week, because equal odds genuinely mean equal. When the outcome carries a prize or a duty, that indifference is the whole point.
- Any two integers, negatives included
- 1 to 10 numbers per draw
- None, while the range is large enough
- Exactly equal for every number in the range
- Every draw gets a link that replays it
- Recent draws kept on your device, with a clear button
Number picking — frequently asked
The 1–100 preset is one tap, then Generate. Every number in the range carries exactly a 1% chance. For a different span, type any start and end into the range fields; negative numbers and ranges up to six digits both work.
Number your entrants 1 to N in a fixed order (comment order, or an alphabetized list), set the range to 1–N, and generate. The drawn number is your winner, picked with equal odds for everyone. Copy the result link and post it: it replays the exact draw, so entrants see the outcome rather than your word for it.
Yes: ask for up to ten and they arrive without duplicates whenever the range is big enough to allow it, which covers runner-up prizes in one draw. If you request more numbers than the range holds, repeats are allowed by necessity.
Yes, and the guarantee is mechanical. Raw values from the browser's cryptographic generator are mapped onto your range with rejection sampling: values that would skew the spread are discarded and redrawn. A range of 1–100 gives each number exactly 1 in 100, not approximately.
Because people are terrible at it. Asked for a number between 1 and 10, humans pick 7 almost a third of the time; between 1 and 100, they cluster on odd numbers ending in 7 and avoid round ones. Anything that matters — a prize, a sample, a fair turn order — deserves a generator with no favorites.