$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Random Numbers: Normal Distribution
From: Tim Song (t.canens.cpp_at_[hidden])
Date: 2015-06-10 23:00:42
On Wed, Jun 10, 2015 at 11:59 AM, Hadidi, Lars <
lhadidi_at_[hidden]> wrote:
>
> I'd like to know which method is employed here.
>
Have you tried reading the implementation (
http://www.boost.org/doc/libs/1_58_0/boost/random/normal_distribution.hpp)?
Hint: The first comment after the includes is
// tables for the ziggurat algorithm