Dice & Random Number Generator
Roll dice
–
Random number
0
Uses the cryptographically secure random source of your browser (Web Crypto) – uniform, without bias.
Roll dice and generate random numbers
The generator rolls the usual gaming dice (d4 to d20) and the percentile die d100 – several at once, including the sum. Below it generates a random number in a freely chosen range.
- Fair: The random values come from the cryptographically secure Web Crypto API and are uniformly distributed.
- Dice: Choose the number of sides and count – ideal for board and role-playing games.
- Range: A whole random number between a freely chosen minimum and maximum.
