Random Number Generator

Generate a random number between a minimum and maximum value. This tool is useful for testing, simulations, games or selecting random values.




What is a random number generator?

A random number generator (RNG) produces numbers that cannot be easily predicted. In programming, random numbers are commonly used in simulations, games, testing and sampling data.

How to use this tool

  1. Enter the minimum value.
  2. Enter the maximum value.
  3. Click the Generate button to produce a random number.

Example

Input

Min: 1  
Max: 100

Generated result

57

Tip

Random numbers are useful for testing applications, generating sample data or making random selections from a set of values.

Related tools

🆔 UUID Generator
🔑 Password Generator
📊 Word Counter