Practice free →
Home › In procedural generation, the SEED for an RNG is…

In procedural generation, the SEED for an RNG is essential for which property?

ADirect compression of the output stream
BHardware-accelerated parallel generation only
CCryptographic security of the simulation
DReproducible output for the same seed across runs
Answer & Solution
Correct answer: D. Reproducible output for the same seed across runs
Standard PRNG practice (Mersenne Twister, PCG): same seed → same sequence. Lets games share a single seed (e.g. Minecraft world seed) to share a whole world.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions