I\'m using the new random number generators in in C++11. Although there are varying opinions, from this thread it seems that the majority believe they are not thread safe. As a
I would refrain from using random seeding. It might end up with overlapping streams. This will eventually affect the final statistic.
I would suggest some tried and tested solution like this