| ▲ | swiftcoder 2 hours ago | |
> With a good RNG it should not be possible to predict future numbers based on past numbers Since they are using the built-in RNG, it is trivial to predict if you know (or can guess) the seed: just run the same RNG a few steps ahead. For something like a tool-assisted speed run, this is very exploitable to setup optimal runs | ||