Random Number Generator
Generates whole numbers between a minimum and maximum you set, either one at a time or as a list of up to 100. Both bounds are inclusive, so a range of 1 to 6 can produce a 1 or a 6 — the behaviour you want for dice and draws.
Free, no signupRuns entirely in your browser
Input
Result
77, 1, 3, 88, 67
About
What the Random Number Generator does
Numbers are drawn independently, which means repeats are possible and expected. Drawing six numbers from 1 to 49 will sometimes repeat one; if you need distinct values, generate extras and discard duplicates, or use the List Shuffler instead.
How it works
Using the Random Number Generator
- 1Set the minimum and maximum bounds.
- 2Choose how many numbers you want, up to 100.
- 3Each number is drawn independently from the range.
- 4Both bounds are inclusive.
- 5The results are listed for copying.
Use cases
What people use it for
- Simulating dice rolls or a lottery draw
- Picking a winner by number
- Generating test data within a known range
- Randomly sampling rows from a numbered list
FAQ
Frequently asked questions
6 related
All tools →