$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] seed for pseudiorandom generator
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2012-08-25 18:17:57
Hello,
I'm updating some algorithms and I need a tip for initialisation of the boost mersenne twister. I think the ctime is not a very good initialization. I think about a uuid value of the OS.
I use also the non-deterministic generator, but I need an idea for the mersenne twister initialization.
Do you have an idea?
Thanks
Phil