$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Thread ID
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2010-07-07 11:38:59
On 7 July 2010 07:47, Kraus Philipp <philipp.kraus_at_[hidden]> 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?
<http://www.boost.org/doc/html/boost/random_device.html>