June 8th, 2010, 4:54 pm
QuoteOriginally posted by: renormI wasn't 100% right by saying that each thread can't have its own copy of mersenne twister. It turns out, that each thread can construct its own copy of RNG using a seed unique to that thread. Seeds must be properly "mixed", so that instances of RNGs don't generate overlapping sequences.this mixing is not against overlap, it's simply to have different seeds.