Skip to content
Randomly.

Library Patterns

L-Systems

Stochastic rewrite rules: plants, snowflakes, dragon curves.

patterns.lsystem · v1 · renderer canvas

Result

Plant · 6 iterations · 24.0° · 1 stochastic rule

The rule for X has four possible replacements and picks one every time it fires — hundreds of thousands of independent choices in a single plant. That is the whole difference between a diagram of a tree and a tree: a deterministic L-system draws the same specimen every time, and nothing in nature does.

Measurements

Seed receipt

Class C · Observational

A magnitude 2.0 earthquake, 39 km ESE of Malaga, New Mexico, 7.7 km down — 5 minutes ago.

Carries only tens of bits of genuine surprise. Always mixed with the OS CSPRNG.

source
USGS Seismic Feed
observed
2026-09-14T17:16:35+00:00
latency
140ms
mixed with
csprng — always

https://earthquake.usgs.gov/earthquakes/eventpage/tx2026sdgglf ↗

Permalink

The token is the seed, so this link recomputes the result rather than looking it up. No database, and it works for as long as v1 does.

This page and /api/v1/g/patterns.lsystem run the same code. There is no private endpoint.