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.
Was Random Number Generator useful?
Apa itu 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.
Cara menggunakannya
-
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.
Contoh
Pick a winner
Generate one number from 1 to 100 for a giveaway.
Hasil: 42
Roll 3d6
Roll three six-sided dice and add them up.
Hasil: 5 + 2 + 6 = 13
Pertanyaan yang sering diajukan
Panduan terkait
How to Calculate Permutations and Combinations (with Worked Examples)
A practical guide to counting: the difference between permutations (order matters) and combinations (order does not), the formula for each, the common real-world cases, and how to run the calculation in your browser without pulling out a calculator or a textbook.
How to Pick a Random Number Fairly (and Why Math.random Is Wrong)
A practical guide to random numbers: the difference between Math.random and crypto.getRandomValues, why fairness matters for giveaways and raffles, how to roll dice and shuffle a list in your browser, and the one case where randomness is genuinely hard.
How to Generate a Cryptographically Secure Random Number in Your Browser
Math.random() is not secure. Learn why, what "secure" means for random number generation, the right browser API to use (crypto.getRandomValues), and how to generate a random number in a range without bias.
Peralatan terkait
Generator Kata Sandi
Hasilkan kata sandi acak yang kuat di browser Anda. Pilih panjang, jenis karakter, dan jumlah. Tidak ada yang diunggah.
Generator UUID
Hasilkan UUID (v1, v4, v7) secara massal. Gratis, di browser Anda, tanpa unggahan.
Lorem Ipsum Generator
Generate placeholder Lorem Ipsum paragraphs for designs, mockups, and content layouts.
Last reviewed: 2026-09-25