Generation method
Chaos Theory
A bold, wide-open shape — numbers thrown far apart across the whole board, in the spirit of a chaotic trajectory.
Deterministic, yet unpredictable
Chaos theory studies deterministic systems — no random element at all — that still become impossible to predict over the long run. The cause is sensitive dependence on initial conditions: a tiny change in the starting state grows into enormous differences later. Edward Lorenz found this in weather models in the 1960s and gave it its famous name in a 1972 talk: could the flap of a butterfly’s wings in Brazil set off a tornado in Texas?
The classic illustration is the logistic map, a one-line equation xₙ₊₁ = r·xₙ·(1 − xₙ). As the parameter r rises, it goes from a steady value, to oscillating between two, four, eight… and then tips into full chaos — a whole cascade of complexity from five lines of code.
Real randomness at the starting point
Here is what makes this genuinely unpredictable rather than a party trick: the starting point is real. Every run seeds the map’s initial condition — x₀ — from live quantum entropy measured at national labs (ANU, LfD-Saarland, NIST). That is a physically random value, not a software pseudo-random seed: where the trajectory begins is truly undetermined until the quantum measurement happens.
From that genuinely random seed the chaotic map does what it does best — a hair’s-breadth difference at the start explodes into a wildly different path — and we read the trajectory off across the whole board. Real randomness at the root; chaos for the spread.
How we borrow its shape
The Chaos method seeds a logistic map from genuine quantum entropy, then reads its trajectory to throw a pick wide — spanning every decade of the board with large gaps between numbers. The starting entropy is real; the wide spread is the aesthetic.
- Pulls picks from every “decade” band of the field
- Favours large gaps between consecutive numbers
- Aims for a scattered, everywhere-at-once texture
Sources & further reading
- Wikipedia — Chaos theory — Deterministic systems made unpredictable by sensitive dependence on initial conditions.
- Wikipedia — Butterfly effect — Lorenz’s 1972 talk and the tornado/butterfly metaphor.
- Britannica — Edward Lorenz — The discovery of sensitive dependence in weather models.
- Judgment and Decision Making — number preferences in lotteries — All combinations equally likely; spread-vs-cluster preference is representativeness bias.