pub const INPUT_FACTOR: f64 = 1.0181268882175227;Expand description
Input factor for the second Perlin sampler.
This is the exact value from vanilla NormalNoise.java.
The second sampler’s coordinates are multiplied by this factor to create
variation between the two samplers.