Random Number Generator
Generate random numbers, roll dice, or flip a coin.
?
Click the number to generate a new one
nums
Click "Generate list" to create multiple numbers.
Frequently Asked Questions
Is this truly random?
We use JavaScript's crypto.getRandomValues() for cryptographically secure random numbers, which is more random than standard Math.random().
What is the range I can use?
You can enter any integer range, positive or negative. For example, -100 to 100 works perfectly.
Can I use this to simulate a dice roll?
Yes! Use the D6, D10, or D20 quick buttons to simulate standard gaming dice rolls.
How many numbers can I generate at once?
You can generate up to 1,000 numbers in a single batch using the 'Generate list' feature.