$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Hans Mull (hans72mull_at_[hidden])
Date: 2008-03-04 13:18:33
Hi!
A few days ago I started to try out the boost::random library.
Now I have a problem: If you don't want to use the "special cases" like
minstd_rand[0] for linear_congruential hellekalek1995 for inverse
congruential algorithm, how do you use them?
I have non-constant parameters (which are not know at compile time).
It would be nice if you give me some examples about how to use these
"general case" algorithms.
Best regards, Hans