Single number
Input
1 10
Output
7
Generates one random integer between the minimum and maximum.
Calculators
Review practical Random Number Generator examples so you can understand expected input, output, and common patterns faster.
Use this random number generator to create one or more random integers within a chosen range for testing, games, picks, and quick calculations.
Example pages are especially useful for calculators because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
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.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main Random Number Generator page and test your own real input.