| |
| | Random Numbers, Probability, Perlin Noise at daniel shiffman |
 | | Perlin noise (invented in the 1980s by Ken Perlin), however, allows us to produce a naturally ordered (”smooth”) sequence of numbers. |
 | | The noise function is different from random, however, in that Perlin noise is defined in an infinite n-dimensional space (Processing can compute noise for 1, 2, and 3 dimensions). |
 | | Two dimensional noise works in much the same, only, instead of calculating noise along a one dimensional path (such as time), noise is calculated as a function of an x,y coordinate in a two dimensional space. |
| www.shiffman.net /teaching/the-nature-of-code/week-1 (1954 words) |
|