Hello Harry,
I come back to a subject we already spoke about, which is the variable random seed.
On my last model, they are about 25 objects that generate random variables.
And the final result (OEE), strongly depends on these seeds (+- 5%).
It means that to test the variability of the model I have to run it several times and between each run, I have to change the 25 random seeds.
I know it's possible to define a global seed, but it's also a particular configuration, because in that case, all the objects will follow the same sequence.
So my request is to have the possibiilty to set the random seed to a special value (-1 for example) for that in this case, the random seed is not constant but depends for example on the processor clock.
Users who want to have a determistic model can continue to set the random seed to a specific value, and those who want an heuristic model can set the seeds to the "processor clock" value.
An extension to this would be to have the possibility to run automatically a model several times, and record some key final parameters at each loop.
Thank you for you answer.