If the code is the same and the inputs are the same including the random seed you should get the exact same outputs.
In this code review it notes that if you run it on a single CPU it behaves correctly, if you enable multi-threading then it's non-deterministic which indicates a pretty serious error.
If the code is the same and the inputs are the same including the random seed you should get the exact same outputs.
In this code review it notes that if you run it on a single CPU it behaves correctly, if you enable multi-threading then it's non-deterministic which indicates a pretty serious error.