First time here? Check out the Help page!
1 | initial version |
Looked a bit further into the matter and it turns out that running two models with 1000 simulations each actually have the same sample, just in random orders. So all i had to to was sort the data according to one of the variables and the results become comparable.
So i guese that the server have some kind of pre-defined seed or sample generation method that is always used. If someone knows more about this, feel free to enlighten me :)