WordFinderHub

Randomness Guide

How to make a random selection fair

A random picker can choose fairly only if the list itself represents the chances you intend to give each option. Most fairness problems come from the input rules, not from the random number generator.

One line should mean one chance

In WordFinderHub, every non-empty line is one entry. If Alex appears once and Jordan appears twice, Jordan has twice as many positions in the list and therefore twice as many chances to be selected.

Remove accidental duplicates

If everyone should have an equal chance, scan the list for repeated names, extra copies or accidental variations such as "Sam" and "Sam ". Clean the list before the draw.

Use duplicates only for intentional weighting

Duplicates can be useful when weighting is deliberate. If one option should receive three chances and another should receive one, entering the first option three times is a simple form of weighting. Make that rule clear to participants before the draw.

Decide whether winners can repeat

If you are choosing one winner, repetition is irrelevant. If you are choosing several winners, decide whether someone can win more than once. Turn on Remove selected item after each pick when each entry should be chosen at most once.

Do not change the list between draws unless the rules say so

Adding or deleting entries after one result changes the pool for the next result. Reordering a list does not change its entries or their chances. For a series of comparable draws, agree on the removal rule before you start.

Animation should not affect the result

A fair picker should choose the result independently of the visual reveal. WordFinderHub selects the winning index before the animation begins, so device speed or animation timing cannot influence the winner.

Use the right tool for the stakes

A browser picker is appropriate for ordinary classroom choices, team order, chores and informal giveaways. It is not a substitute for a regulated lottery system, audited drawing process or certified randomness when law or formal rules require one.

Read How random selection works for the technical side, or open the Random Picker to run a draw.

Calculate the chances in a small list

For Alex, Jordan and Morgan entered once each, every person has one of three positions: a one-in-three chance on the next draw. If Jordan appears a second time, the list has four positions. Jordan now has two of four chances, while Alex and Morgan each have one of four. Equal treatment of positions does not make that an equal chance per person.

Removal changes the next draw

After a unique entry is removed from a three-person list, each of the two remaining people has a one-in-two chance on the next draw. Without removal, the pool stays at three and each next draw still gives one chance in three. A repeat result is possible in that second setup and does not, by itself, show that the picker is biased.

Agree how to handle mistakes

For a group activity, settle the roster, repeat rule and treatment of an accidental duplicate before drawing. Record the result before making another pick. Redrawing only because someone dislikes a result changes the procedure even when the underlying picker behaves consistently.

For a full order, use the no-repeat walkthrough; it covers the final remaining entry and the difference between a duplicate line and two people with the same name.