Generation method
Positional
Each sorted slot drawn around its natural position band — the lowest ball low, the highest high.
Sorted positions have natural homes
When you sort five numbers low-to-high, each position tends to live in its own range: the smallest of five draws from 1–69 averages around 11–12, the largest around 57–58. This is a classic result about order statistics — the i-th of k sorted uniform draws has expected value about i × (N+1) ÷ (k+1). No history required; it falls straight out of the maths of sorting.
The Positional method samples each slot around its natural band, so the set spans the board the way a typical sorted draw does.
Bands are descriptive, not predictive
Every number is still equally likely to be drawn in any slot; the bands only describe where numbers tend to land after sorting. Sampling by position reshapes the look of your pick, never its chances.
How we borrow its shape
The Positional method draws from genuine quantum entropy, then places each sorted slot around its order-statistic band and repairs to a unique, sorted set. Real randomness; the position bands are the shape.
- Treats each of the five sorted positions as its own band
- Position i centres near i × (N+1) ÷ 6 (order statistics)
- Draws each slot around its band, then repairs to a valid set
Sources & further reading
- Positional Lotto Wheels (Saliu) — Positional / columnar treatment — each drawn slot as its own distribution.
- Order statistic — Wikipedia — The i-th of k sorted draws has expected value about i(N+1)/(k+1).
- Statistics LibreTexts — Lotteries — Draws are uniform over all combinations.