ToolJoltTools

Random Number & Decision Picker

Generate a random number in a range, or get the probability-fair way to pick among options — for unbiased choices.

Range size
Each option's fair probability (%)

True fairness means every outcome is equally likely (uniform distribution). For a real random draw, refresh or use your device's RNG; this tool shows the fair probabilities so you can verify a draw is unbiased. Human 'random' choices are notoriously non-uniform — people avoid extremes and repeats.

Formula

uniform random: each integer in [min, max] has equal probability 1/(max−min+1) · each of N options has probability 1/N
References: Uniform distribution — standard probability

About Random Number & Decision Picker

The random number and decision picker helps you make genuinely unbiased choices — pick a number in any range, or decide fairly among a set of options — and shows the exact probability each outcome should have under true randomness. It's the math behind coin flips, dice, raffles, 'who goes first', and 'let chance decide' moments. The key insight it teaches: fairness means a uniform distribution where every outcome is equally likely, and human attempts at 'random' are reliably biased — people under-pick extremes and avoid repeats — which is why a real random source matters.

How to use Random Number & Decision Picker

  1. 1Enter your values into Random Number & Decision Picker — sensible, domain-typical defaults are pre-filled so you see a real result immediately.
  2. 2The result recomputes live using the formula shown on the page; there is no button to press.
  3. 3Adjust any input to compare scenarios, then read the worked example to see the substituted numbers.

Why use Random Number & Decision Picker?

  • Computes Random Number & Decision Picker instantly in your browser — no sign-up, no upload, no server round-trip.
  • 100% free and unlimited, with the exact formula shown: uniform random: each integer in [min, max] has equal probability 1/(max−min+1).
  • Runs entirely client-side, so every value you enter stays private on your device.
  • Live recompute as you type, with a worked example and authoritative references for trust.

Frequently asked questions

What makes a random choice 'fair'?+

A uniform distribution — every possible outcome has exactly equal probability. For numbers 1 to 100, each should have a 1% chance; among 6 options, each 16.67%. Fairness is about equal likelihood, not about 'feeling random'. This tool shows those target probabilities so you can confirm a draw or generator is unbiased.

Why are humans bad at being random?+

People asked to pick 'random' numbers cluster toward the middle, avoid repeats and round numbers, and over-alternate (after heads they expect tails). Genuine randomness has no memory and produces streaks that feel 'non-random' to us. This predictable human bias is exactly why fair decisions need a real random source, not a gut pick.

How do I fairly decide between options?+

Assign each option a number and draw uniformly from that range, or use a single uniform draw in [1, N] for N options — each then has a 1/N chance. Avoid weighting toward a favorite unintentionally. For weighted fairness (some options more likely on purpose), size each option's number range to its intended probability.

Is computer randomness truly random?+

Most software uses pseudo-random generators — deterministic algorithms that produce sequences statistically indistinguishable from random for everyday use (games, picks, sampling). For security or gambling, cryptographically secure RNGs or hardware entropy are required. For deciding who buys coffee, a standard RNG is perfectly fair; the uniform probabilities this tool shows are what matters.

Related tools

Related Everyday tools

Sponsored