Number Tools

Random Number Generator

Generate one or multiple random numbers within a range. Control decimals, duplicates, sorting and quantity.

🔒 Your list is processed locally in your browser. It is not uploaded unless you create a share link.

Input & settings

Result

Configure the tool, then run it.

Result history

  1. No results yet.
Quick answer

What does Random Number Generator do?

Random Number Generator creates integers or fixed-precision decimal values inside an inclusive range. It rejects impossible no-duplicate requests and can sort or export up to 1,000 generated values.

Range limit
-1,000,000,000 to 1,000,000,000
Quantity
1 to 1,000
Precision
0 to 8 decimal places
Selection method
Unbiased Web Crypto integer mapping
About this tool

Why use Random Number Generator?

Generate cryptographically random integers or decimal values within a range. Range and quantity checks prevent impossible no-duplicate requests, while sorting and CSV export make larger result sets practical.

How to use it

  1. Enter minimum and maximum values.
  2. Choose integer or decimal mode and quantity.
  3. Set duplicate and sorting preferences.
  4. Generate, copy or download the timestamped results.

Common use cases

  • Create sample IDs
  • Pick numbered tasks
  • Generate practice values

Practical examples

  1. Generate five unique exercise numbers from 1 through 30.
  2. Create a reproducibility-free sample of decimal test values.
  3. Choose numbered tasks for a workshop.

How it works

Random values come from window.crypto.getRandomValues(). Lists are shuffled with an unbiased Fisher–Yates process. For a wheel, the result is chosen before the animation; for weighted entries, each positive weight defines its share of the total probability.

Limits to understand

Privacy

Input and results stay inside this browser during normal use. Local saving is optional. If you select Create Share Link, the visible list and settings are uploaded under a hard-to-guess token and expire automatically.

Last reviewed: August 27, 2026

Random Number Generator FAQ

Is my list uploaded?

No. Entries are processed in your browser unless you explicitly create a share link.

What kind of randomness is used?

The browser Web Crypto API supplies unbiased random values. Wheel animation only reveals a result chosen in advance.

Does it work on phones?

Yes. The controls, results and wheel adapt to current mobile browsers and keyboard navigation.

Can I reuse my settings?

Yes. Device storage can remember recent settings unless you turn off local list saving.

Is this suitable for a certified lottery?

No. It is a general-purpose classroom, work, event and decision tool, not a regulated drawing system.

Related tools

Related guides