Random Number Generator

Crypto-secure · 100% offline
Result
Statistics
0
Draws this session

Truly random, not pseudo

Uses crypto.getRandomValues() — the same source as browser TLS keys — with rejection sampling to remove modulo bias. Unlike Math.random(), it can't be reproduced or predicted.

Related tools

Real randomness matters

A note on lottery: every combination is equally likely — no tool predicts winning numbers. If any site claims to, close the tab.

Frequently asked questions