Use seeds less than 1000, because seeds that are too big result in strange oscillating patterns. This is supposed to be a pseudo random terrain generator, which uses maths to turn a seed into a landscape. If you use the same seed twice, it will always create the same terrain.
Credit to @James_test for base I made it faster