🎰 Random Number Generator
Generate a random number within any range you choose, as a whole number or a decimal.
How this generator works
This tool produces a random number that falls between the minimum and maximum values you enter, with every value in that range having an equal chance of being chosen (a uniform distribution).
Whole numbers versus decimals
Choose "Whole Number" to get an integer result, useful for picking a winner, rolling a virtual die, or assigning random IDs. Choose "Decimal" to get a value with two decimal places, useful for simulations or generating sample data. Each time you calculate, a fresh random value is drawn using your browser’s random number function.
This generator is intended for general, non-cryptographic use such as games, classroom activities, or quick decision-making, and should not be used to secure sensitive systems.