Random Number Generator (Wheel)
Set a range, spin the wheel, and get a fair random integer — with a history of your recent spins.
Set a range, spin the wheel, and get a fair random integer — with a history of your recent spins.
This random number generator wheel draws a fair random whole number from any range you set. Enter a minimum and a maximum, press Spin, and the wheel flickers through a few candidate numbers before settling on the result — a tiny bit of suspense that makes it handy for classrooms, giveaways, raffles, board games and any moment where you want a number picked for you rather than choosing one yourself.
Every result is an integer between your minimum and maximum, inclusive of both ends. The draw uses the browser's built-in random number generator, and each number in the range has an equal chance of coming up on any given spin.
Set the Minimum and Maximum fields — they default to 1 and 100. Press Spin to draw a number. The big result lands in the centre of the wheel, and the last eight spins are kept in the Recent spins row below so you can see what has already come up. Spin as many times as you like; each draw is independent of the last.
The range is inclusive, so a range of 1 to 6 behaves exactly like a dice roll and can return any value from 1 through 6. If you set the minimum higher than the maximum the wheel will not spin and a short warning appears — just correct the numbers and try again. Results are not deduplicated, so the same number can legitimately appear twice in a row. Everything runs locally in your browser.
A range picker is more flexible than a fixed die or coin, so the same tool covers a lot of jobs. Set 1 to 6 for a dice roll, 1 to 2 for a coin flip, 1 to 100 for a classic "pick a number" game, or 1 to the number of people on a list to choose who goes first. Teachers use it to cold-call fairly, clubs and streamers use it to draw giveaway winners, and game night uses it whenever the physical dice have gone missing. Because you set both ends yourself, you are never limited to the ranges a real die happens to offer.
Each spin calls the browser's built-in random function and scales it to your range, so every whole number from the minimum to the maximum has the same chance of appearing. There is no memory between spins — the wheel does not "warm up", become "due" for a number, or lean toward values you have not seen yet. A result of 7 on one spin has no effect on the next, exactly like a fair die. That independence is what makes the tool suitable for genuinely random choices rather than just cycling through a list.
By design the wheel can return the same number twice, because each spin is independent. If you need a set of numbers with no duplicates — say, drawing five unique raffle tickets — spin until you have enough different values and skip any that have already come up. The Recent spins row keeps your last eight results visible, which makes it easy to see at a glance whether a number has already been drawn.
A few ranges cover most everyday needs: 1–2 for a coin flip, 1–6 for a die, 1–10 or 1–100 for "think of a number" games, 1–52 to pick a playing card by position, and 1–365 to land on a day of the year. For a lottery-style draw, set the maximum to the size of the pool and spin once per number you need, skipping any repeats. Whatever bounds you choose, both ends are always included in the possible results.
They use the browser's built-in pseudo-random generator, which is more than fair for games, draws and classroom use. Every number in your range has an equal chance each spin.
Yes. The range is inclusive of both ends, so a range of 1 to 6 can return 1, 6, or anything in between — exactly like rolling a die.
Yes. Each spin is independent, so repeats are possible and expected over many spins. The tool does not remove numbers that have already appeared.
The Recent spins row shows your last eight results. Older spins drop off as new ones come in.
Yes. Set the range to 1–6 for a standard die, 1–2 for a coin flip (1 heads, 2 tails), or 1–20 for a twenty-sided die. Any range you enter behaves like a fair roll within those bounds.
For informal giveaways, raffles and classroom draws, yes — every number in range has an equal chance each spin. For high-stakes or regulated draws, use a method with a certified random source and an auditable record.
People reach this tool searching for: