Dice & Random Picker
Dice, coin flips, list pickers and team splitters.
What it does
Rolls dice from standard notation (3d6+2, d20), flips one or more coins, picks distinct random items from a list, or splits a list of names into randomized, evenly-sized teams. One tool for the "I need something random for tabletop/game night/team standup" moment.
How to use it
Pick a mode. For dice, type notation like "2d6+3" into the input. For pick or teams, paste one item or name per line and set the count (items to pick, or number of teams). For coin, the input is ignored: just set how many times to flip. Leave the seed blank for true randomness, or set it to get the exact same result every time you run it.
Why this one
Dice-roller and team-randomizer sites are typically cluttered with ads and force a page reload per roll. This one runs instantly in your browser, supports a reproducible seed for when you need to prove a roll or replay a draft, and never sends your list of names anywhere.
FAQ
- What dice notation is supported?
- Standard NdM(+/-K) notation: an optional dice count, "d", the number of sides, and an optional modifier, e.g. "d20", "3d6", or "2d6+3".
- How does the seed work?
- Leave it empty for cryptographically random results. Set it to any text and the tool switches to a deterministic PRNG seeded from that text, so the same seed plus the same input always reproduces the exact same rolls, flips, picks, or teams.
- How are teams split?
- Names are shuffled, then dealt round-robin into the requested number of teams, so sizes differ by at most one: 7 names into 3 teams gives 3/2/2.