20 Dec
2012
20 Dec
'12
4:26 p.m.
Hello, I'm using boost::random_device & boost::mt19937 for creating random numbers. I would like to use both within different threads, are both object thread-safe, so I can use it without any thread locking? Thanks Phil