Hi,
We had a strange bug sent to us by one of our clients. In the end there seems to be a bug in initializing the random streams based on replication number. It is also present in FlexSim 20.0.
You can test yourselves: create a model and set in the advanced tab of the experimenter to replicate stream x, with x>1. See attached model with a similar example.
Type a random function in the output console: for instance uniform(1,10). Save the model, close FlexSim and open the model. Press reset and execute the console. Mark the result. If you press reset again you will get a different value.
It seems that the very first time you have opened the model, the random streams are taken from replication 1 and not the set value in the advanced tab of the experimenter.
Rgds