Generate random numbers in any range. Multi-pick, no-duplicates mode and dice roller included.
Set Min to 1 and Max to 10, then click Generate. The tool uses a cryptographically secure random source for fair results.
Yes. This tool uses the Web Crypto API (crypto.getRandomValues) — a cryptographically secure PRNG, far better than Math.random() and suitable for raffles, contests and games.
Yes — tick the 'No duplicates' checkbox. The tool will ensure each number appears at most once. Requires Max − Min + 1 ≥ Count.
Use the Dice tab. Choose from d4, d6, d8, d10, d12, d20 or d100. Set the number of dice and click any dice button to roll all of them simultaneously.
The tool supports any range from −999,999,999 to 999,999,999. You can generate up to 100 numbers at once.