guide

How to Make Decisions Randomly (2026)

By Rui Barreira · Last updated: 18 June 2026

Random decision-making is not about abdicating responsibility — it is about removing the cognitive burden of low-stakes choices, breaking genuine deadlocks, and eliminating bias when the options are roughly equal. Whether you are picking a restaurant, assigning tasks, or running a fair draw, a structured random method produces a defensible outcome faster than deliberation.

When random selection is the right tool

Random choice works well when two conditions hold: the options are roughly equivalent in value, and the cost of delay exceeds the cost of a suboptimal pick. Common cases include choosing between equally-qualified candidates for a rotating role, settling a tie vote, picking from a shortlist you have already filtered, or assigning tasks fairly without perceived favoritism. It works poorly when one option has a clear advantage you have not surfaced yet — in that case, more analysis beats a coin flip.

Methods compared

MethodBias riskReproducible?Best for
Coin flipLow (physical)NoTwo options only
Dice rollLow (physical)NoUp to 6 options
Random number generatorVery low (CSPRNG)NoAny number range
Online decision toolVery lowNoNamed options, team use
Seeded RNGNone (deterministic)YesAuditable draws, lotteries

How to run a fair random decision

List every option before you randomise — adding or removing options after seeing the result is the most common way to introduce bias. Keep the list to a maximum of eight items; beyond that, you are better served by a two-stage process: filter down to a shortlist first, then randomise. If the decision affects others, show them the full option list before triggering the random pick, not after. This prevents the temptation to frame the draw retroactively. For recurring draws (weekly task assignment, rotating on-call), use a seeded method so participants can independently verify the result.

Use the Decision Maker to do this instantly.

Frequently Asked Questions

Is this tool free?
Yes — completely free, no signup required. All processing happens in your browser.
Does the tool work offline?
Once loaded, most features work without an internet connection since everything runs client-side.
More free toolsSee all 469
Merge PDFsCompress ImageJSON FormatterPassword GeneratorVAT CalculatorQR Code Generator
How to Make Decisions Randomly (2026) | brevio