$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] seed for pseudiorandom generator
From: Júlio Hoffimann (julio.hoffimann_at_[hidden])
Date: 2012-08-26 13:48:32
Understood, but this is just an initial value for the pseudo-random
sequence, right? Why are you trying to choose a "better" initial value? It
doesn't matter as long as it's different every time you start your program.
(static variable)
That's the point of a random generator, there is no formula or guess for
the seed, unless you want intentionally reproduce some output for debug
purposes.
Regards,
Júlio.