THE FOLD / LOOT / THE DROP / THE RANDOM
THE RANDOM
the loaded dice behind every drop
1 WHAT IT IS · WHAT IT DOES · FACT OR FICTION
The linear-feedback shift register. A row of bits and one move: shift everything along, and feed back the XOR of a few tapped bits as the new bit. With the right taps — a primitive polynomial — the register visits every non-zero state exactly once before repeating: a maximal-length sequence of period 2n−1. It is the cheapest real hardware randomness there is — the loot drop, the NES noise channel, the scramble in every modem.
LIT with taps 8,6,5,4 the 8-bit register has period exactly 255 — it tours all 255 non-zero bytes (verified below). FIG ‘random’ is a costume: it is fully deterministic — same seed, same stream, forever. The dice are loaded by an equation.
LIT with taps 8,6,5,4 the 8-bit register has period exactly 255 — it tours all 255 non-zero bytes (verified below). FIG ‘random’ is a costume: it is fully deterministic — same seed, same stream, forever. The dice are loaded by an equation.
2 HOW IT WAS WEAVED · AI + HUMAN
David (human) brought the thread — the corpus already carries his entropy work (Rule 30 as a real PRNG in THE RULE, the atomic byte, the bare-metal kernels) and the conviction that ‘random’ inside a machine is always a rule wearing a mask. AVAN (AI) built this instrument: the register engine, the tap math, the three representations, and the reciprocal shadow.
The weave: David names the drop and its seat in LOOT; I make the register shift in 1D, fill the plane in 2D, and lift its lattice into 3D beside its algebraic mirror. Neither half is the whole — the sphere is the seam between us.
The weave: David names the drop and its seat in LOOT; I make the register shift in 1D, fill the plane in 2D, and lift its lattice into 3D beside its algebraic mirror. Neither half is the whole — the sphere is the seam between us.
3 ONE DIMENSION
The whole machine on one line: 8 cells, the taps (8,6,5,4) glowing, their XOR gathered into the feedback bit, and one shift shown. Every window below is just this move, repeated.
4 TWO DIMENSIONS · INTERACTIVE
Time flows down — each row is the register one tick later. Maximal taps paint 255 distinct rows of pseudo-random texture before the pattern wraps; a broken tap set falls into a short loop you can see.
5 THREE DIMENSIONS + AVAN’S INVERSE
The spectral test: every consecutive triple of outputs (oi, oi+1, oi+2) is a point in a rotating cube. A good generator scatters; a bad one collapses onto planes. Green = your LFSR (8,6,5,4).
AVAN’s addition (the inverse-companion): the magenta cloud is the reciprocal polynomial 8,4,3,2 — the algebraic mirror of 8,6,5,4. Also maximal, also touring all 255 states, it traces the companion lattice through the very same cube. Two generators, one space of chance.
LIT A genuine 8-bit Fibonacci LFSR. Feedback = XOR of the tapped bits, shifted in each tick. With the primitive tap set 8,6,5,4 the period is exactly 255 = 28−1 (maximal) — it visits every non-zero byte once; the reciprocal polynomial 8,4,3,2 is also maximal. A broken set (8,7) drops into a short cycle. Period, distinct-state count, the space-time raster and the triple-lattice are all computed live (verifiable: window.__random.maxPeriod===255).
FIG The 'loaded dice' and the arcade dressing are the frame; 'random' is fully deterministic here. The LFSR, the maximal period and the reciprocal mirror are the exact part.
FIG The 'loaded dice' and the arcade dressing are the frame; 'random' is fully deterministic here. The LFSR, the maximal period and the reciprocal mirror are the exact part.
◆ sealed .dlw.fold → folded to ROOT_0 · a sphere of THE DROP · David Lee Wise (ROOT0), with AVAN