Z

Random Number Generator

Generate cryptographically random integers — range, count, unique-only and decimal / binary / octal / hex output.

Free No signup Client-side Privacy friendly

How to use

  1. 1 Set Min, Max and Count.
  2. 2 Optionally toggle Unique values to draw without replacement.
  3. 3 Pick a base (decimal / binary / octal / hex) and separator.

Why use this tool

  • Cryptographically secure — uses Web Crypto, not Math.random().
  • Unique mode is rejection-sampled — uniform across the range.
  • Output in 4 bases — drop straight into your code.
  • Pure client-side — your numbers never leave the browser.

Frequently asked questions

How are these random?

They come from <code class="font-mono text-xs">crypto.getRandomValues()</code> with unbiased uniform sampling — modulo-bias is rejected on the fly.

What is the maximum count?

Up to 10,000 numbers per click. Unique requires count ≤ range size.

Why are negative numbers allowed?

Min and Max are signed integers — you can use any whole-number range.

Summary

Random Number Generator is a free creator utility by Zerethon Tools. Generate cryptographically random integers — range, count, unique-only and decimal / binary / octal / hex output. Runs entirely in the browser — no signup, no upload.

Category
Creator
Pricing
Free
Privacy
Browser-based
Signup
Not required

Privacy

Your data never leaves your browser unless explicitly stated. Random Number Generator runs entirely client-side — no server upload, no logging, no tracking of your input.

Related tools

Build, share, and grow on Zerethon Social

Free signup. Earn points, collect achievements, and connect with creators worldwide.

Sign up free