Godot Version
4.3.dev1
Question
I am working on a physics based dungeon generator and I have a problem where the same seed does not lead to the same dungeon layout.
Is it normal that a physics simulation with the exact same setup can produce different results or am I dealing with some sort of bug? If its normal, how can I circumvent this issue?