Hello Harry,
It's interesting to run a model, several times, with different random sequences, and to measure the average and Standard Deviation of the response. We can use this for example to make a DOE
It's possible to do it now, but at each run, we have to change the randomseed of each probability distribution, and if there are lots of them, it's a little bit fastidious.
So my request is of course not to remove the randomseed (we should always have the possibility to create a deterministic model), but to add a setting, in order to change the random seed value at each run (for example, if we set the random seed to -1, at each run, jaamsim, will change the random seed, and the result will be different).
Best regards