Generate random numbers within a specified range
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.
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.