$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Random] Good Truly-Random Seed
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2010-04-21 13:07:02
On 21 April 2010 13:47, Marius <letto2_at_[hidden]> wrote:
>
> May I suggest that boost should have a cross-platform function to so this.
> time(NULL) is not random.
>
It does, in the form of random_device, though for some reason it seems
the Windows implementation still hasn't happened.