# Functions
Generate returns an image of the parameter width and height filled with the values from a noise function.
GeneratePerlin outputs the perlin image of given height and width and freqency.
# Type aliases
Fn is a noise function that generates values between 0 and 255.