Random Number Generator
Pick a random number, roll dice, or shuffle a list. Cryptographically secure, runs locally.
Random Number Generator — Pick a number from any range, roll one or many dice, or shuffle a list of items. Every draw uses your browser’s cryptographically secure random number generator so the results are not predictable and not biased.
Numbers come from your browser’s cryptographically secure RNG. Nothing is sent anywhere.
What is random number generator?
Pick a number from any range, roll one or many dice, or shuffle a list of items. Every draw uses your browser’s cryptographically secure random number generator so the results are not predictable and not biased.
Useful for giveaways, classroom picks, board-game decisions, dividing chores fairly, or anything else that needs an unbiased random choice. Set a min and max, choose how many numbers to draw, and copy the result.
How to use it
-
Choose a range
Set the minimum and maximum (inclusive).
-
Pick how many
One number or a batch — useful for giveaways and raffles.
-
Or use a preset
Roll one or many six-sided dice, or shuffle any list of items.
Examples
Pick a winner
Generate one number from 1 to 100 for a giveaway.
Result: 42
Roll 3d6
Roll three six-sided dice and add them up.
Result: 5 + 2 + 6 = 13
Frequently asked questions
Related tools
Password Generator
Create strong, random passwords with custom length and character sets — right in your browser.
UUID Generator
Generate cryptographically random UUID v4 identifiers, one or a thousand at a time.
Lorem Ipsum Generator
Generate placeholder Lorem Ipsum paragraphs for designs, mockups, and content layouts.