You might also likeQuotes
Random Number Generator
You might also like PDF Merger Free PDF merger: combine multiple PDF files into one, reorder pages, and download instantly. Runs entirely in your browser, nothing is uploaded.
You might also like Password Generator Free secure password generator: customizable length and character types, generated locally in your browser, never transmitted.

Random Number Generator

Generate one or more random whole numbers within any range you choose, with an option to avoid repeats. Useful for picking a raffle winner, rolling a virtual die, drawing lottery-style numbers, or any time you need an unpredictable number.

How it works

Numbers are generated using your browser's cryptographically secure random source (crypto.getRandomValues) with rejection sampling, rather than a simple modulo operation on a random value — a naive modulo approach very slightly favors smaller numbers in the range, an effect known as modulo bias, which rejection sampling eliminates so every number in your range has exactly the same chance of appearing.

Worked example

Generating 3 unique numbers between 1 and 49 (as in a typical lottery draw) might produce something like 7, 23, 41 — each drawn independently and without replacement when "no repeated numbers" is checked.

Is this truly random enough for something like a raffle?
– Yes — it uses your browser's cryptographically secure random number generator, the same class of randomness used for things like generating passwords or encryption keys, not the weaker source used by simple site scripts.
What happens if I ask for more unique numbers than fit in my range?
– The generator will show an error explaining that the range is too small, since it's mathematically impossible to draw more unique numbers than exist in the range.
Can the minimum be negative?
– Yes, the minimum and maximum can be any whole numbers, including negative ones, as long as the minimum is less than or equal to the maximum.

More Free Tools

Countdown Timer Coin Flip, Decision Wheel & Dice Roller Everyday Calculators Favicon Generator Loan Calculator Lorem Ipsum Generator PDF Merger Password Generator Quotes Read and Burn Tolvido — The Swiss Army Knife of Web Tools Typing Speed Test Unit Converter Word Counter World Clock
You might also like Word Counter Free online word counter: count words, characters, and sentences instantly, with reading time estimate. No sign-up.
You might also likeUnit Converter