Have you ever been working on procedural generation, deterministic netcode, or anything else where the order of operations is important?
This is a post about how to debug order of execution for random number generation functions or built-in functions in general.
Continue reading