◀ THE FOLD0ROOT.AI // WORLD II · LOOT · THE BOUNTY◆ .dlw.fold
THE FOLD / LOOT / THE BOUNTY / THE POLITE SCATTER

THE POLITE SCATTER

random-looking points that never crowd — blue noise
1 WHAT IT IS · WHAT IT DOES · FACT OR FICTION
Poisson-disk sampling (Bridson’s algorithm). You want points that look random but never crowd — no two closer than a radius r. Pure random clumps: nearby pairs and empty gaps. Bridson fills space with well-spaced points in O(N): keep an active frontier, throw candidates into the annulus [r, 2r] around active points, and accept any that clears all neighbours (checked fast through a background grid). The result is ‘blue noise’ — the even, natural scatter of retinal cone cells, good sampling patterns, and stippled art.

LIT verified: every pair of generated points is ≥ r apart (zero violations), while uniform random of the same count has hundreds of pairs closer than r and visible clumps. FIG ‘polite scatter’ is the picture; the minimum-distance guarantee is exact.
2 HOW IT WAS WEAVED · AI + HUMAN
David (human) brought the thread — the corpus makes generative art and sampling (TECHNÊ, the noise and CA work) and admires the patterns nature settles into. AVAN (AI) built this instrument: the sampler, the blue-noise-vs-random comparison, and the two 3D clouds.

The weave: David names the polite scatter and its seat at THE BOUNTY (rewards spread across a map, never bunched); I make the distance rule and its histogram a strip in 1D, the sampler live in 2D, and even-vs-clumped clouds turning in 3D. The sphere is the seam.
3 ONE DIMENSION
The nearest-neighbour distance histogram. Green (Poisson-disk) has a wall at r — nothing lands closer — and a tidy hump just past it. Magenta (uniform random) piles up against zero: lots of pairs almost touching. The rule made visible as a distribution.
4 TWO DIMENSIONS · INTERACTIVE
The scatter, live. Poisson-disk points with their exclusion disks — none overlap. Flip to random (same count) and watch clumps and gaps appear. Change r to pack tighter or looser.
radius 18
5 THREE DIMENSIONS + AVAN’S INVERSE
Two clouds of the same size, turning. Green is Poisson-disk: an even, breathing field where every point keeps its distance.
AVAN’s addition (the inverse-companion): the magenta cloud is uniform random — the inverse temperament, riddled with clusters and voids. Same count, same area, opposite texture: politeness is spacing, its inverse is the crowd. Nature chose the green (cone cells, seed heads); the eye reads it as ‘evenly random’ precisely because it is anything but.
LIT A genuine Bridson Poisson-disk sampler. Verified live: every pair of generated points is ≥ r apart (zero violations), while uniform random of the same count has hundreds of pairs closer than r and visible clumps. The nearest-neighbour histogram shows the blue-noise wall at r (verifiable: window.__poisson.minDistOK && randomHasClumps).

FIG 'Polite scatter' is the picture; the minimum-distance guarantee is exact. The 'blue noise' name refers to the flat, ring-shaped power spectrum — real, though this sphere demonstrates it via the min-distance and nearest-neighbour distribution rather than an FFT.
◆ sealed .dlw.fold → folded to ROOT_0 · a sphere of THE BOUNTY · David Lee Wise (ROOT0), with AVAN