<div dir="ltr">Hi developers,<div><br></div><div>I just wanted to point out a bug in MC subroutines regarding streams of random numbers.</div><div>One would think that if different &GLOBAL&SEED values are specified then it should lead to independent MC runs (different sequences of moves etc.). But apparently, if one is to look  at line 153 in <i>mc_runs.F</i> with the call to initialize random numbers, then it does not depend on &GLOBAL&SEED resulting in all runs having the same streams.</div><div><br></div><div>What would be the best way to quickly fix it? One of the suggestions was to use <font color="#000000" style="background-color: rgb(255, 255, 255);"><span style="font-family: Menlo; font-size: 11px;">last_rng_stream</span><span style="font-family: Menlo; font-size: 11px;">=</span><span style="font-family: Menlo; font-size: 11px;">force_env_1%globenv%gaussian_rng_stream </span></font>as an optional argument to distinguish between the seeds. But there should probably be a better way which is consistent with the rest of the code. Anyway, I believe this should be fixed in the upcoming release version.</div><div><br></div><div>Thanks!</div><div><br></div><div>Evgenii</div></div>