Seed data structure

Each seed’s data arrives as a fixed 189-byte record over a single HTTP Range request, decoded (little-endian) into the structure below. The table is one row per leaf field; example values are from today’s daily seed.

Population statistics

The table above shows one seed’s decoded values. This section instead summarizes every metric across all seeds, from the offline histogram scan in scripts/compute-max.js (shipped as maxStats.json). For each metric: min/max/mean/std and the percentiles are the exact population distribution, and top is the record-holding seed.

Two kinds of rows appear:

Raw decoded record

The literal object returned by reader.readSeed(seed) — expand to inspect.