How It Works
Invented by Ken Perlin in 1983 for the movie Tron, Perlin noise generates smooth pseudorandom values by interpolating between gradient vectors placed on a regular grid. Each grid point is assigned a random gradient, and the noise value at any point is computed by blending contributions from surrounding grid corners.
