Quantum Random Number Generator

Single Qubit: H|0> then Measure

--
0
Zeros
0
Ones
0
Total Bits
--
Bits/sec

Output Formats

Select format and generate.

Random Password

Click to generate

Random Color

#------

Distribution Test (Quantum vs Math.random)

--
Quantum Mean
--
Math.random Mean
0.500
Ideal Mean

Chi-Squared Randomness Test

Click to run test on last generated bits.

Bit Stream Visualization

Why quantum random is truly random: When a qubit in state |+> = (|0>+|1>)/sqrt(2) is measured, the outcome is fundamentally indeterminate — not just unknown, but physically undefined until measurement. This is guaranteed by the Born rule and verified by Bell inequality violations: no local hidden variable theory can reproduce quantum statistics. Unlike Math.random() which uses a deterministic PRNG seeded by the clock, quantum randomness has no seed, no state, and no pattern — ever.