hr-studioFoundations · 05
A computational design primer · Noise

The randomness that looks alive

A coastline, a cloud, a mountain ridge — none of them are tidy, yet none look like television static either. They're random in a softer way. That softer randomness has a name: noise, and it's the secret ingredient behind almost everything that looks natural.

Scroll — meet two kinds of random
i.

Two kinds of random

Plain computer randomness jumps around wildly — every value ignores its neighbors. It looks like static, and our eyes read it as fake.

Noise is different: each value stays close to the one beside it, so the line rolls instead of jumping. Slide from one to the other and watch it calm down.

Slide from static to smooth
0%
ii.

One layer, two dials

A single layer of noise has exactly two knobs. Frequency sets how stretched it is — low for broad, lazy swells; high for tight, busy ripples. Amplitude sets how far it climbs.

These two dials are the whole vocabulary — everything richer is built by combining them.

Frequency & amplitude
iii.

Octaves — add up the layers

Now combine those dials. Take a big slow layer, add a copy at double the frequency and half the amplitude, then another, and another. Each is an octave — the faint lines are the layers, the bold line is their sum.

Watch smooth swells gain rocks and ridges as the layers pile on. This fractal stacking is where noise gets its natural detail.

Faint = the layers · bold = their sum
1
iv.

Now spread it across a plane

Do the same thing in two dimensions and the rolling line becomes a rolling surface — which, depending on how you colour it, is either drifting cloud or a map of hills and valleys.

It even drifts on its own, because we can slide through noise in a third direction: time.

Zoom · switch view
v.

Noise becomes a current

Here's the beautiful part, and a callback to Chapter One: feed noise into an angle at every point and you've built a vector field — one that nobody had to design. Set specks loose on it and they trace the hidden weather of the noise.

It flows on its own
One quiet trick — randomness that remembers its neighbours — and suddenly coastlines, clouds, mountains and currents all fall out of the same little function.