← Back to homepage
🎯
Utility

Random Number Generator

Generate random numbers in a chosen range.

How does Random Number Generator work?

Random Number Generator returns a whole number between a minimum and maximum you choose (inclusive). It is meant for everyday randomness like games or sampling, not for security-sensitive uses.

How to use it

  1. Enter a minimum and a maximum value.
  2. Click "Generate number".
  3. Click again for a new number within the same range.

Common use cases

  • Replacing a physical die or drawing lots for a game.
  • Picking a random sample index from a numbered list.
  • Generating quick test data with numeric ranges.

Frequently asked questions

What happens if I enter an invalid range?
If the maximum is smaller than the minimum, or either field is not a number, the tool shows "Invalid range" instead of a result.
Is this suitable for generating passwords or security tokens?
No — use the Password Generator for that. This tool is meant for everyday randomness, not cryptographic security.