this version of the perlin noise uses some simple modifications, including the raw formula for a random number generator allowing you to manipulate exactly what random numbers go into it. You can use the left and right arrow keys to explore the perlin noise, and see that the random numbers are generated in real time using the X position and the seed. This is the method used by minecraft's world generation, allowing you to get the same random numbers at the same coordinates.