Random Number Generator
Pick random numbers between any bounds — one or a hundred at a time.
The Random Number Generator draws cryptographically random integers between any two bounds you choose — inclusive of both. Draw one number for a decision, or a batch for raffle numbers, sample selections, homework problems or game setups.
Randomness quality matters more than people think: weak generators drift toward patterns, which matters for anything fairness-related. This tool uses crypto.getRandomValues, the same source browsers use for security keys, so every draw is independent and uniform across the range.
A no-repeat mode draws unique numbers without replacement (for picking several distinct winners), and the results display as clean number chips ready to copy. Everything runs locally in your browser.
Cryptographically random (crypto.getRandomValues). Integers inclusive of both bounds.
How to use the Random Number Generator
- Enter the minimum and maximum of your range.
- Choose how many numbers to draw (1–100).
- Tick 'No repeats' when each number must be unique.
- Click Generate.
- Copy the numbers or use them directly.
Frequently asked questions
Are the results truly random?
As close as a computer gets: the browser's cryptographic RNG is seeded from system entropy and designed for security use. Results are uniformly distributed across your range with no exploitable pattern.
Are the bounds included?
Yes — the draw is inclusive of both the minimum and maximum you enter, so 1–6 gives you a fair die and 0–99 a fair percentage-style draw.
Can I draw the same number twice in one batch?
By default yes — each draw is independent. Tick 'No repeats' to sample without replacement (like drawing raffle tickets), which the tool handles by shuffling the range.
Related tools
View all everyday tools →Password Generator
Create strong, random passwords with full control and an entropy score.
EverydayRandom Name Picker
Draw one or more winners from any list — with a suspenseful spin.
EverydayCoin Flip
Flip a virtual coin — heads or tails, with a session tally.
EverydayDice Roller
Roll one to ten dice — d4, d6, d8, d10, d12 or d20.
EverydaySpin the Wheel
A colorful decision wheel for any list of options — spin and see the winner.
EverydayTodo List
A private to-do list that saves automatically in your browser.