Game Tools
Decision tools, dice rolls, name generators — quick utilities for games and casual decisions.
Overview
Sometimes you need a coin flip, a 20-sided die, a random team draft, or a 'pick where to eat' wheel. Tabletop gamers, group organizers, and indecisive friends all benefit from fair, transparent random utilities. This category covers the most common 'pick something' needs with cryptographically-strong randomness.
Common Use Cases
- →Roll dice for tabletop RPGs (D&D, Pathfinder, board games).
- →Spin a decision wheel when the group can't agree.
- →Generate random teams for sports or office games.
- →Pick a random number for raffles, drawings, and lotteries.
Frequently Asked Questions
Are the random results truly random?
We use the browser's cryptographically strong random source (crypto.getRandomValues), the same primitive used for password generators and security tokens. Unpredictable and unbiased.
Can I bias the wheel toward an outcome?
Add multiple entries for the same item — the wheel picks each entry with equal probability, so a duplicated item gets a higher chance. No hidden bias is added by the tool.
What about role-playing dice (d6, d20, etc.)?
The random number picker handles arbitrary ranges; for proper tabletop dice notation (3d6+2 style), search for the specific dice roller in this category.