7 Jul
2010
7 Jul
'10
3:50 p.m.
Am 07.07.2010 um 17:38 schrieb Scott McMurray:
On 7 July 2010 07:47, Kraus Philipp
wrote: I need only a value which I can use for the random seed of all cores and the value must be different on every core.
How about just getting a value from the OS via boost::random_device?
Is this like /dev/random, because that's can be a better solution lilke my "thread id" Thanks a lot Phil