Random Number Generator
Generate cryptographically random integers — range, count, unique-only and decimal / binary / octal / hex output.
How to use
- 1 Set Min, Max and Count.
- 2 Optionally toggle Unique values to draw without replacement.
- 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.
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
YouTube Thumbnail Downloader
Download YouTube thumbnails in all available resolutions. Just paste a video URL.
Open toolOpen Graph Preview
Test how your URL appears when shared on social media. Preview Facebook, Twitter, LinkedIn, and Slack cards.
Open toolWord & Character Counter
Count words, characters, sentences, and paragraphs. Reading time, speaking time, and top keywords — instant.
Open toolLorem Ipsum Generator
Generate Lorem Ipsum placeholder text — by paragraphs, sentences, or words. Optional HTML wrapping.
Open toolBuild, share, and grow on Zerethon Social
Free signup. Earn points, collect achievements, and connect with creators worldwide.