In C++11 there are a bunch of new Random number generator engines and distribution functions. Are they thread safe? If you share a single random distribution and engine amon
The documentation makes no mention of thread safety, so I would assume they are not thread safe.