Perlin
public class Perlin
Content copied to clipboard
Represents a simple Perlon noise generator This generates smooth noise which gives a normal distribution of random values. Perlin noise https://en.wikipedia.org/wiki/Perlin_noise from: https://rosettacode.org/wiki/Perlin_noise#Kotlin