🍋 Generator Tools
Random Number Generator
chars
words
sentences
lines
Generator Mode
Results
Result
About Random Number Generator
Generate random numbers, roll dice, flip coins, draw lottery numbers, or shuffle lists. Uses crypto.getRandomValues() for true randomness.
How It Works
A versatile random number tool with 6 modes: integer range, dice roller (d4-d100), coin flipper, lottery draw (configurable main + bonus numbers), decimal/float generator, and list shuffler. All use crypto.getRandomValues() for cryptographically secure randomness. Dice mode shows totals, averages, min/max statistics.
Frequently Asked Questions
Is this truly random?
Yes. It uses crypto.getRandomValues(), a cryptographically secure random number generator built into your browser.
What dice types are supported?
Standard RPG dice: d4, d6, d8, d10, d12, d20, and d100 (percentile).