Noise Generation

I just made a Noise Generation block that generates Terrain.

Here you go:

Instructions:

Press the Space Key to generate new noise.

That's all.

I don't think this is noise. These are just random numbers.
Noise is something random (well, pseudorandom), but it makes sense. I think you should add something like a seed to generate it, like the Perlin one

Here are a few favorite examples of mine. I toned down the noise generation to multiply 2 layers together and even have negative noise to generate land below Level 0.

RandomNoise1
RandomNoise2