I guess I have explained the issue in a wrong way. I run a Monte Carlo simulation with 100 samples, and yes the simulation results are different for each 100 samples. But when I again run Monte Carlo for another 100 samples, without changing the seed, I get exactly the same results for each sample as I did before. I mean Sample 1 of the first run is equal to sample 1 of the second run. and so on. But I want to get different results for all 100 samples when I run a new Monte Carlo, which I guess it is possible by changing the seed.
↧