Random generators for Monte Carlo simulations
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
I am using SFMT as a generator with the boost::random distributions
for Brownian Dynamics simulations. Joining the two is not difficult,
and it works quite well.
-Gabe
On Tue, Jul 2, 2013 at 4:10 AM, Frédéric Bron
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 _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Frédéric Bron
-
Gabriel Redner