Random Number Generator
Generate random numbers, pick random items from a list, flip coins, roll dice
Random Number
Coin Flip
Dice Roll
Frequently Asked Questions
Are these truly random numbers?▼
Yes — this tool uses the Web Crypto API (crypto.getRandomValues) which provides cryptographically secure random numbers.
Can I generate multiple random numbers at once?▼
Yes — set a count to generate multiple random numbers in your chosen range simultaneously.