$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2003-06-08 15:09:17
Hi,
Have anyone involved in the random lib and its standardization considered
a couple of quasi-random generators? I have recently heard of the fancy
named
quasi stuff which simply means that the numbers fill the range more
uniformly
than normal pseudo-random sequences. These sequences are important
for Quasi Monte Carlo integration and for applications that need to
destribute
N samples uniformly in some way without knowing N in advance.
regards
Thorsten
source: "Numerical recipes in C++, second edition, p. 313ff"