← Back to Home

Random Number Generator

Generate random numbers within a specified range

How to use

  1. Set minimum and maximum values for your range.
  2. Pick how many results to generate (1–100).
  3. Click Generate to see the numbers instantly.
  4. Copy them all at once or tweak the range and regenerate.

Examples

Dice Roll

Min 1, Max 6, Count 1 → simulate a single die roll.

Quick Picks

Min 1, Max 50, Count 5 → draft lottery-style numbers.

Sampling

Min 100, Max 999, Count 10 → grab random IDs for testing.

FAQs

Are boundaries inclusive?

Yes. Both the minimum and maximum can appear in results.

Can numbers repeat?

Yes. Each draw is independent. Regenerate if you need uniqueness.

Is anything stored?

No. Inputs and outputs stay in your browser only.

Related tools