Generate truly random numbers in any range. Perfect for games, raffles, decisions, passwords, teaching, and anything that needs a fair random choice!
Our Random Number Generator creates random integers (whole numbers) within your specified range using your browser's built-in random number function:
Formula: Random number = Math.floor(Math.random() × (Max − Min + 1)) + Min
For example, for a range of 1 to 10:
Each number in your range has exactly an equal probability of being selected, making it genuinely fair and random. Click Calculate as many times as you like for new random numbers!