$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [random] Quantization effects in generating floating point values
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-03-05 13:34:04
> There is also a std::generate_canonical in the C++11 standard, those descriptions and specs might also help.
>
> Eg http://en.cppreference.com/w/cpp/numeric/random/generate_canonical
For sure, but first you have to realise that Boost.Random supports it ;-)
shuffle_output is also omitted from the docs build BTW.
John.