http://freespace.virgin.net/hugo.elias/models/m_perlin.htm
This method involves getting a random dataset, sampling it at various resolutions, and adding together the result. I've heard it claimed that this is actually "Fractal Noise" or something diffe
http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
This PDF claims that there is mass-misinformation about what Perlin Noise is, and explains a completely different method (I'm not talking about the discussion of Simplex noise at the bottom, but about his summary of Classic Perlin noise).
Who is correct?