Random numbers for any purpose
Generate a single random number or up to a thousand at once, in any range you set. The "no repeats" option turns it into a fair draw — every number in the range can appear at most once, exactly like pulling tickets from a hat.
Common uses
Picking a giveaway winner from numbered entries, choosing who goes first in a game, drawing lottery-style numbers with friends, generating random samples for a survey or classroom exercise, dice rolls for board games (set 1–6), and picking a random item from any numbered list.
How the fair draw works
When "no repeats" is on, the tool uses a Fisher–Yates shuffle over the whole range — the mathematically standard way to draw without replacement, giving every number an exactly equal chance and no bias toward low or high values.