Class NormalNoise

java.lang.Object
net.minecraft.world.level.levelgen.synth.NormalNoise

public class NormalNoise extends Object
This samples the sum of two individual samplers of perlin noise octaves. The input coordinates are scaled by INPUT_FACTOR, and the result is scaled by valueFactor.