randnum.199xc.com is a lightweight random number generator that quickly produces numbers within a range you set, right in your browser. The page stays simple and focuses on one flow: set a range, generate, copy or download.

Purpose

No installation needed; generate random numbers for draws, tests and random picks.

How it works

Uses the browser’s cryptographically secure random source (crypto.getRandomValues), fully local.

Privacy

Numbers are never uploaded or stored and disappear when you close the page.

What it can do

  • Generate integers or decimals with configurable precision.
  • Set min, max and count (1–1000).
  • Optionally avoid duplicates.
  • Sort as none / ascending / descending.
  • Show count, sum, average, min and max automatically.