71 double noise(
double x,
double y = 0.0,
double z = 0.0) noexcept;
void set_noise_detail(int perlin_octaves, double amplitude_falloff) noexcept
Adjusts the character and level of detail produced by the Perlin noise function.
double noise(double x, double y=0.0, double z=0.0) noexcept
Returns the Perlin noise value at specified coordinates.
void seed_noise(unsigned long long new_seed) noexcept
Sets the seed value for noise().