Monu Tools

Random Number Generator

Generate random numbers in any range, with or without duplicates, using secure randomness.

How to use the Random Numbers

  1. 01

    Set the minimum and maximum and how many numbers you want.

  2. 02

    Choose whether duplicates are allowed and how to sort.

  3. 03

    Click Generate and copy the numbers.

Frequently asked questions

How random are the numbers?

They use the browser's cryptographically secure random generator (crypto.getRandomValues), which is suitable for games, draws and decisions.

Can I get unique numbers only?

Yes. Turn off "allow duplicates" to get distinct numbers. The count is then capped at the size of the range.

Is it good for a lottery or raffle?

It is great for casual draws and picking winners. For official lotteries, certified hardware generators are required.

About this tool

A random number generator that returns whole numbers in any range you set, optionally unique and sorted.

It uses the browser's secure crypto randomness, so results are unpredictable, and everything runs locally with nothing sent to a server.

Related tools

We use essential cookies to run the site. With your consent we also load Google AdSense, which sets advertising cookies. See our privacy policy.