Boost C++ Libraries: Ticket #6804: Beta and Laplace distributions for Boost.Random https://svn.boost.org/trac10/ticket/6804 <p> Both Beta and Laplace are two very common distributions that are missing from Boost.Random, and both are very easy to implement provided existing distributions in Boost.Random </p> <p> I have drafted implementations for these two distributions. I have tried my best to follow to the conventions in the existing code. However, there seems to be small inconsistency among existing distribution implementations. I followed those I found in normal_distribution.hpp </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6804 Trac 1.4.3 Yan Zhou <zhouyan@…> Tue, 17 Apr 2012 13:09:10 GMT attachment set https://svn.boost.org/trac10/ticket/6804 https://svn.boost.org/trac10/ticket/6804 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">laplace_distribution.hpp</span> </li> </ul> Ticket Yan Zhou <zhouyan@…> Tue, 17 Apr 2012 13:09:24 GMT attachment set https://svn.boost.org/trac10/ticket/6804 https://svn.boost.org/trac10/ticket/6804 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">beta_distribution.hpp</span> </li> </ul> Ticket Steven Watanabe Fri, 14 Mar 2014 00:07:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6804#comment:1 https://svn.boost.org/trac10/ticket/6804#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in <a class="ext-link" href="http://github.com/boostorg/random/commit/ed9f359d4bd1af25e3007f560d250705faf6722c"><span class="icon">​</span>http://github.com/boostorg/random/commit/ed9f359d4bd1af25e3007f560d250705faf6722c</a>, <a class="ext-link" href="http://github.com/boostorg/random/commit/2edb377b135558fe55e0215d1fb65b5084c8e15f"><span class="icon">​</span>http://github.com/boostorg/random/commit/2edb377b135558fe55e0215d1fb65b5084c8e15f</a>, and <a class="ext-link" href="http://github.com/boostorg/random/commit/b7fae47331ad97021ba2645f1c66f25bda9d60d8"><span class="icon">​</span>http://github.com/boostorg/random/commit/b7fae47331ad97021ba2645f1c66f25bda9d60d8</a>. </p> Ticket