Does anyone have an authoritative answer whether or not the C++11 <random> facilities are thread save? The docs (http://en.cppreference.com/w/cpp/numeric/random) do not mention thread safety, so I assume they are not. http://reviews.llvm.org/D1802