UtiioSuggest

Random Number Generator

Pick random integers between a minimum and maximum.

Set a range and generate.

In-depth explanation

Generate one or many random integers in a range. Optionally require unique numbers for draws and raffles. Everything runs locally in your browser — your inputs are not uploaded to produce the result.

Set “How many” to generate a list. Turn on unique to avoid repeats. The range is inclusive of both minimum and maximum.

You’ll see an error — you can’t pick more unique numbers than values in the range. Tweak the inputs above to compare options, then copy or note the result you need.

The range is inclusive. Unique mode is for raffles and sampling without replacement — you cannot draw more unique numbers than the range contains.

One number is a die alternative; many numbers are a list. This is not a statistical sample from a normal distribution. For passwords, use the password generator, not digits from here.

Frequently asked questions

Can I generate multiple numbers at once?

Yes. Set “How many” to generate a list. Turn on unique to avoid repeats.

Are min and max included?

Yes. The range is inclusive of both minimum and maximum.

What if unique count exceeds the range?

You’ll see an error — you can’t pick more unique numbers than values in the range.

Related tools

Explore similar utilities you might find useful next.