Perlin Noise Generator
As raster data consumes a lot of memory it is not always optimal to store the data that only represents randomly generated textures. Instead these textures could be generated on demand which exposes the concept of procedural generation. Generation of such textures is rather slow but turns out that it could be optimized by the …