Hacker News new | ask | show | jobs
by steerablesafe 1698 days ago
Apart from not being very random, it also wasn't thread-safe.
1 comments

I think of the C++11 RNG stuff is thread safe, you need to lock around it or have an RNG per thread.