updates /
【How-to】How do minecraft seeds work
Minecraft uses a pseudorandom number generator to generate its worlds, and it uses a single seed for consistency. Most obviously, it means you can generate the same random world twice (by reusing the seed); less obviously, it makes the procedural world generation possible.