$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Random generators for Monte Carlo simulations
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2013-07-02 04:10:27
Hi,
A collegue of mine performs Monte Carlo simulations. I made him switch
with success to boost::random a few years ago. He recently found the
following reference: http://www.agner.org/random and
http://www.agner.org/random/ran-instructions.pdf
The author proposes generators that are not implemented in boost
called "Mother of All", "SFMT" and a special one that is a combination
of two different generators (SFMT and Mother of All).
Has anybody already done that using boost::random?
Regards,
Frédéric