$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-12-24 06:21:02
Hossein Haeri wrote:
>
> This behaviour, however, is not that much desirable,
> and I'm seaking some sort of good random seed. Any
> suggestions?
It depends on your platform. /dev/urandom on Linux and possibly other
Unixes, encapsulated by boost::random_device; CryptGenRandom on Windows.