LuckPicker

Reference

Randomness & Fairness Guides

28 reference pages on how random draws actually work — and on the much messier question of getting a group to accept one.

Every tool on this site rests on a small number of mechanisms: an unbiased integer draw, a Fisher-Yates shuffle, a cumulative-sum walk for weighted odds, a derangement for gift exchanges, and a seeded generator for the draws somebody has to be able to check afterwards. The tool pages explain their own mechanic in the context of using them. These guides explain the mechanisms themselves, in general, and are the right place to start if you want to understand rather than to decide something.

The last group is the one people underestimate. A draw can be provably unbiased and still be rejected by the room, and most of the disputes worth writing about are not about the mathematics at all.

How the draws themselves work

The mechanisms every tool on this site is built from. Read these if you want to know what is happening between clicking a button and seeing a result, or if you are implementing something similar yourself.

Where the randomness comes from

The generator underneath, and the difference between a number nobody can predict and a number anybody can reproduce. Both are useful; they are useful for opposite reasons, which is the thing most often got wrong.

Probability you will actually use

The results that come up at a games table, in a spreadsheet, or in an argument about whether something is rigged. No proofs, and no notation beyond what a number needs.

Proving it, and getting it accepted

A draw being fair and a draw being believed are separate problems, and the second one is harder. These cover the evidence, the expectations, and the human failure modes.

Looking for a specific situation instead?

These guides explain mechanisms. If you have a concrete job in front of you — a class of thirty to cold-call, five thousand giveaway entries, a wedding table plan with three people who must not sit together — the use-case pages work the other way round, starting from the situation.