I am running a Monte Carlo Experiment with several iterations using the 'random seed' option for unique simulation runs. It seems to be, that in some of those runs strange things happen, which is indicated by the output data.
I would like to collect the seed value for each of the Monte Carlo runs in order to reproduce the weird runs after the experiment by hand, using the 'fixed seed' option. Since I did not find a 'getSeedValue'-function - How can I do this?
I Already tried the proposed solution in: Parameter Variation: Fixed, but different seeds for runs but got a nullpointer exception.