Rangdom guides

Fair shuffling and random picking

What fair random selection means for lists, teams, dice, cards, and quick decisions.

Every outcome should have a fair chance

A fair picker gives each eligible item the same chance of being selected. A fair shuffle makes every ordering reachable rather than repeatedly applying biased swaps.

Random does not mean balanced

Random choices can repeat, cluster, or look patterned. Those outcomes are normal unless the tool is explicitly designed to sample without replacement or balance groups.

Use the right tool

Use a list picker for one or more winners, a shuffler for random order, a team tool for balanced groups, and dice or card generators for game-specific outcomes.

Related pages