
Dice Roller
Provides cryptographically secure dice rolling with standard notation support for tabletop RPGs and games. Parses notation like '2d6+4' and generates random rolls with accurate probability distributions.
2405 views1Local (stdio)
What it does
- Parse standard dice notation (2d6+4, 1d20, etc.)
- Roll standard dice with modifiers
- Roll Fate/Fudge dice (4dF)
- Generate cryptographically secure random numbers
- Validate dice notation inputs
Best for
Tabletop RPG players and game mastersGame developers needing reliable random generationDigital dice rolling for remote gaming sessions
Cryptographically secure randomizationFate/Fudge dice supportZero setup with npx
Tools (2)
parse_dice_roll_notation
Parses dice roll notation
dice_roll
Make a dice roll