Make random decisions with Yes/No, multiple choice, or spinning wheel
Make decisions instantly with our random decision maker. Get Yes/No answers, pick from multiple choices, spin a decision wheel, or use weighted options for biased selections. Uses cryptographically secure randomness for fair results.
We use the Web Crypto API (crypto.getRandomValues) which provides cryptographically secure pseudorandom numbers. This means every option has exactly the probability you assign to it (equal by default, or weighted if specified).
Each option can be assigned a weight (1-100). Higher weights mean higher probability of being selected. For example, if Option A has weight 3 and Option B has weight 1, Option A is 3x more likely to be chosen.
Common uses include: choosing where to eat, making group decisions, settling debates, picking activities, game choices (truth or dare picks), assigning tasks, or any situation where you need an unbiased random selection.
Your options are saved in your browser during the session. For permanent storage, you can copy your option list. We plan to add local storage persistence in a future update.