Perlin Noise

Perlin Noise

This package contains my Perlin Noise implementation and it could be very useful for all sorts of procedural generation or reproducible randomness

How to use

call the “PerlinNoiseScript:Get(x, y, z)” function to receive random value ranging from -1 to 1.
It is recommended to use floating-point values for x y and z coordinates (z is optional).