Dice Roller
Roll one or more dice of any size.
How this works
Each die is picked using your browser's cryptographically secure random number generator (crypto.getRandomValues), with rejection sampling to avoid the slight bias a plain modulo would introduce -- every face has a genuinely equal chance.