math
Random Number Generator
Create random whole numbers by choosing the minimum value, maximum value and number of results required.
How it works
- Each result is generated within the inclusive minimum and maximum range.
- The tool uses the browser random-number generator.
- Generated values may repeat when producing multiple results.
Example
Choose a minimum of 1, maximum of 100 and quantity of 5 to generate five random whole numbers.
Frequently asked questions
Are both range limits included?
Yes. The minimum and maximum values can both appear in the results.
Can generated numbers repeat?
Yes. Each result is generated independently, so duplicates are possible.
Is this suitable for secure passwords or cryptography?
No. Use a dedicated cryptographically secure tool for security-sensitive purposes.
Can I generate negative numbers?
Yes, provided the minimum is lower than or equal to the maximum.
Are results stored?
No. The generated results remain in your browser for the current calculation.
