Browser-onlyLiveMath Calculators

Random Number Generator

Generate random integers within a chosen range using your browser's cryptographic random source.

Privacy note. Runs in your browser. The range you pick and the integers generated never leave this page.
Uses crypto.getRandomValues for high-quality randomness. If min and max are reversed, they are swapped automatically. Count is clamped to 1–100.
Range used1 to 100
Count generated5
Numbers

Recommended next steps

Related tools

Frequently asked questions

They come from your browser's crypto.getRandomValues, which is the cryptographic-quality random source modern browsers expose. That is significantly stronger than Math.random and is appropriate for non-security use such as picking winners, shuffling lists, or generating sample data.

Last updated 2026-06-03.