Skip to content

Random Number Generator

Generate a random whole number within any range.

Result

Ad space

About this tool

Set a minimum and maximum value to generate a cryptographically random whole number within that range — useful for raffles, sampling, games, or picking a winner fairly.

How to use this tool

  1. 1

    Set your range

    Enter a minimum and maximum value.

  2. 2

    Generate

    Click generate to get a random whole number in that range.

  3. 3

    Repeat as needed

    Each click produces a new independent random result; your last 10 results are listed below.

Frequently asked questions

How random is the result?
It uses the Web Crypto API's cryptographically secure random number generator, the same category of randomness used for encryption keys.
Can the minimum and maximum be equal?
Yes — the generator will simply return that single value every time.