The noise generator. somehow impelments OpenSimplexNoise - https://gist.github.com/KdotJPG/b1270127455a94ac5d19 and http://uniblock.tumblr.com/
Disabled Default struct constructor
Initializes a generator from a long seed
Initializes a generator from a Seed struct
Initializes a generator from a given permutation array
(Default) Values for noise generation
2D OpenSimplexNoise
3D OpenSimplexNoise
See Implementation
The noise generator. somehow impelments OpenSimplexNoise - https://gist.github.com/KdotJPG/b1270127455a94ac5d19 and http://uniblock.tumblr.com/