Controlled Randomization¶
Use randomness deliberately to reduce bias, distribute opportunity, explore alternatives, or test effects without letting chance become arbitrary or unaccountable.
The Diagnostic Story¶
Symptom: Selection clusters around familiar faces, convenient cases, or politically favored options. Actors who know the deterministic rule game it — timing their applications, gaming the queue, or predicting the inspection schedule. Stakeholders see the process as discretionary or biased even when operators believe they are being neutral. Comparisons between approaches are disputed because the groups were different before any intervention began.
Pivot: Insert an explicit randomization step after eligibility is defined and before outcome evaluation, constrain where chance may operate, and document the probability rule so it can be audited and explained. The randomness is deliberate and bounded, not arbitrary.
Resolution: Selection bias and gaming drop within eligible sets, causal comparisons become more credible, and tie-breaking gains legitimacy because the rule is known and reproducible. Exploration of alternatives improves because the system is no longer locked into exploiting only its current best guess.
Reach for this when you hear…¶
[regulatory audit] “Once we published our audit schedule, companies would clean up right before the inspection and let things slide the rest of the year.”
[clinical research] “The trial ran beautifully but the reviewers rejected it because we let physicians choose which patients got the new treatment — the groups weren't comparable.”
[school admissions] “After the lottery we got every demographic in the room — before it, the 'objective' criteria kept producing the same slice of applicants year after year.”
Mechanisms / Implementations¶
- A/B Test
- Exploration Policy
- Random Lottery
- Random Sampling
- Randomized Assignment
- Randomized Audit
- Randomized Queue Selection
- Randomized Tie-Breaking
- Randomized Trial
- Stochastic Robustness Test
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (3)
- Procedural Fairness (Due Process): Due process.
- Randomization: Assign by chance.
- Randomness: Model unpredictability.
Also references 12 related abstractions
- Accountability: Responsibility for actions.
- Blocking (In Experimental Design): Group similar units.
- Consent: Voluntary agreement.
- Constraint: Limits possibilities to guide outcomes.
- Equity: Context-sensitive fairness.
- Factorial Design: Multiple variables tested together.
- Hypothesis Testing (Null vs. Alternative): Null vs alternative evaluation.
- Incentive Compatibility: Align incentives.
- Probability: Quantifies uncertainty and likelihoods.
- Robustness: Maintain functionality under stress.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Fair Allocation Lottery · governance variant · recognized
Uses chance to allocate scarce goods, access, burdens, or opportunities among candidates who pass the same eligibility screen.
Randomized Assignment for Causal Testing · mechanism family variant · merge review
Assigns units to conditions by chance so observed outcome differences can more credibly be attributed to the intervention being tested.
Randomized Exploration Policy · implementation variant · recognized
Reserves some choices for random exploration so a system learns about alternatives instead of exploiting only current beliefs.
Randomized Audit Sampling · governance variant · recognized
Selects cases for inspection by chance to deter gaming, avoid reviewer cherry-picking, and reveal process problems across the eligible population.
Randomized Tie-Breaking · implementation variant · recognized
Uses chance to choose among options that are equivalent under the legitimate criteria already applied.