Calculators
Generate random numbers between a minimum and maximum value.
Use this random number generator to create one or more random integers within a chosen range for testing, games, picks, and quick calculations.
Use this random number generator to create one or more random integers within a chosen range for testing, games, picks, and quick calculations.
Use random number generator when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.
Read step-by-step usage guidance, best practices, and common mistakes.
See common questions and answers about input, output, and tool usage.
Review practical input and output examples before running the tool.
Find similar and supporting tools for adjacent actions and follow-up tasks.
Input
1 10
Output
7
Generates one random integer between the minimum and maximum.
Input
100 999 5
Output
Five random integers between 100 and 999
Useful when you need several random values at once.
Fix: Make sure the second number is greater than or equal to the first.
Fix: This tool generates integers, so use whole numbers.
Fix: Use a smaller count such as 1 to 100 for readable output.
It generates one or more random integers inside the range you provide.
Yes. Enter the minimum on the first line and the maximum on the second line.
Yes. Add the count on the third line.
No. This version generates whole numbers only.
The tool returns that same number.