5 Mar
2015
5 Mar
'15
7:06 p.m.
AMDG On 03/05/2015 11:57 AM, John Maddock wrote:
<aside> You're using the old interface to uniform_01 here, which is deprecated because it is inconsistent with the rest of the distributions. </aside> Understood. However there's nothing in the docs to say it's deprecated.
Nothing in the documentation indicates that this works at all.
Sorry, I don't understand - the class is documented, so why wouldn't it work?
There's nothing wrong with using uniform_01,
but the declaration is:
template<typename RealType = double>
class uniform_01;
not
template