Random Number Generator
Generate random numbers within a range with options for uniqueness and sorting.
How to Use the Random Number Generator
This tool generates random numbers within a range you specify, with several useful options:
- Set the range — enter a minimum and maximum value. The generated numbers will fall within this range (inclusive).
- Choose a count — decide how many random numbers you need, from 1 up to 1,000.
- Configure options — toggle "Allow duplicates" to control whether the same number can appear more than once. Enable "Sort results" to get numbers in ascending order. Use "Integers only" to restrict output to whole numbers.
- Click Generate — your random numbers appear instantly in the results box below.
- Copy the results — click "Copy All" to copy every generated number to your clipboard as a comma-separated list.
Everything runs in your browser — no data is sent to any server.
Frequently Asked Questions
Are the numbers truly random?
This tool uses the browser's built-in Math.random() function, which produces pseudo-random numbers. It is suitable for games, sampling, simulations and everyday tasks. For cryptographic purposes, a dedicated CSPRNG library should be used instead.
Can I generate unique (non-repeating) numbers?
Yes. Uncheck "Allow duplicates" and the tool will ensure every generated number is unique. Note that the count cannot exceed the available range — for example, you cannot generate 50 unique integers between 1 and 10.
What is the maximum count I can generate?
You can generate up to 1,000 numbers at a time. This limit keeps the tool responsive in the browser while covering most practical use cases.
Can I generate decimal (floating-point) numbers?
Yes. Uncheck "Integers only" and the tool will produce decimal numbers within your range. The results are shown with up to 6 decimal places.
How does the sort option work?
When "Sort results" is enabled, the generated numbers are arranged in ascending order (smallest to largest) before being displayed. This is useful when you need an ordered dataset.
More Math & Calculators
Percentage Calculator
Calculate percentages: X% of Y, percentage increase/decrease, and more.
Open tool →Age Calculator
Calculate exact age in years, months and days from a birthdate.
Open tool →BMI Calculator
Calculate your Body Mass Index and find your weight category.
Open tool →Tip Calculator
Calculate tip amount and split the bill between friends.
Open tool →Discount Calculator
Calculate discount amount, final price and savings instantly.
Open tool →Loan / Mortgage Calculator
Calculate monthly payments, total interest and amortization for any loan.
Open tool →