Hacker News new | ask | show | jobs
by Xeamek 604 days ago
But the world generation is already deterministic with seeds
1 comments

It's only deterministic if you feed the seeds into the exact same pseudorandom number generator and fetch random values from it in the exact same order. If you take a single extra random value out of order, then everything ends up different.