19 Mar
2015
19 Mar
'15
6:29 p.m.
[Andrey Semashev]
Boost.Log is missing here.
I grepped for std::MEOW, avoiding false positives at the cost of false negatives.
I would have to deal with thread safety myself though.
If you don't care about quality, you could use a thread_local linear_congruential_engine, with either a fixed seed or a nondeterministic seed obtained from random_device. (mt19937 is awesome, but at 5 KB I'd be slightly nervous about making it thread_local.) STL