Boost C++ Libraries: Ticket #2665: linear_congruential constuctor https://svn.boost.org/trac10/ticket/2665 <p> Hi. </p> <p> In &lt;boost/random/linear_congruential.hpp&gt; </p> <p> line 67: template&lt;class It&gt; line 68: linear_congruential(It&amp; first, It last) { seed(first, last); } </p> <p> Data member _module dose not init. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2665 Trac 1.4.3 rick68@… Tue, 20 Jan 2009 05:17:50 GMT attachment set https://svn.boost.org/trac10/ticket/2665 https://svn.boost.org/trac10/ticket/2665 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">linear_congruential.hpp.diff</span> </li> </ul> <p> Patch </p> Ticket Steven Watanabe Mon, 23 Feb 2009 01:19:43 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2665#comment:1 https://svn.boost.org/trac10/ticket/2665#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/51410" title="Initialize _modulus in the linear_congruential constructor that takes ...">[51410]</a>) Initialize _modulus in the linear_congruential constructor that takes a pair of iterators. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2665" title="#2665: Patches: linear_congruential constuctor (closed: fixed)">#2665</a> </p> Ticket