Post #2553667
2025-11-11 17:39 UTC
Counterexample: what if you want to run a game with a replayable RNG so that you get deterministic replays?
I think we need two separate RNGs: "replayable" (can be seeded) and "secure" (cannot be seeded). Crypto should use the latter, game RNGs and similar should use the former.
Replies (1)
-
@esoterra@hachyderm.io 2025-11-11 17:47
@josh@social.joshtriplett.org @sunfish@hachyderm.io can't the game just embed a PRNG and seed in itself?