Real Local Tools

Random Number Generator

Runs locally

Generate random numbers in any range — unique or repeatable, one or in bulk.

Related tools

View all (10)

Pick a minimum and maximum, choose how many numbers you want, and optionally require them to be unique or sorted. Generation uses your browser's cryptographically secure random source. Runs entirely offline.

Frequently asked questions

How random are the numbers?

They come from crypto.getRandomValues(), the browser's cryptographically secure source — suitable for draws, games and sampling, unlike Math.random().

Can I avoid repeats?

Yes. Pick a range and count, tick 'No repeats' to sample without replacement, and optionally sort the results.

Is anything sent to a server?

No. Numbers are generated entirely on your device.