6 ms·
But the world generation is already deterministic with seeds
by Xeamek 2y ago
But the world generation is already deterministic with seeds
- IX-103 2y agoIt'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.