Boost C++ Libraries: Ticket #410: binomial_distribution.hpp https://svn.boost.org/trac10/ticket/410 <pre class="wiki">binomial_distribution gives wrong results, because ctor only default initializes private member _bernoulli, therefore probability is always p=0.5 (the default of bernoulli_distribution). Solution: put _bernoulli(p) into the initializes list of binomial_distribution ctor. Bernd Burghardt: burghard@theorie.physik.uni-goettingen.de </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/410 Trac 1.4.3 jmaurer Fri, 24 Jun 2005 22:14:08 GMT status changed https://svn.boost.org/trac10/ticket/410#comment:1 https://svn.boost.org/trac10/ticket/410#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=53943 Oops. Indeed. Fixed in the CVS. </pre> Ticket