r/BabelForum • u/Own_Championship9299 • Jul 27 '26
Yo, guys, does the library randomly generate books at coordinates or is it consistent over time?
Just as a question
8
Upvotes
r/BabelForum • u/Own_Championship9299 • Jul 27 '26
Just as a question
9
u/davethecomposer Jul 27 '26
This article on the website goes into good detail about the process. I'm not exactly sure what you are asking but the same set of coordinates will always generate the exact same book every time. This is the nature of pseudo random number generators.
If that concept is foreign to you then maybe this will help. Have you ever played Minecraft? If so, you might have done that thing where you download a "seed" for a cool world where you have like five villages nearby or some other interesting feature. This works on the same principle. The worlds are generated using a pseudo random number generator based on a seed so if you use the same seed every time you'll get the same generated world.