Boost C++ Libraries: Ticket #9040: Boost.random documentation references out-of-date header names https://svn.boost.org/trac10/ticket/9040 <p> All throughout the Boost 1.54 documentation for the Random library, references are made to the following headers: </p> <p> boost/random/uniform_int_distribution.hpp </p> <p> boost/random/uniform_real_distribution.hpp </p> <p> However, those headers have been changed to </p> <p> boost/random/uniform_int.hpp </p> <p> boost/random/uniform_real.hpp </p> <p> The documentation should reflect the current versions of the header names. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9040 Trac 1.4.3 lgtorres42@… Fri, 23 Aug 2013 18:40:12 GMT <link>https://svn.boost.org/trac10/ticket/9040#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9040#comment:1</guid> <description> <p> Another issue in the documentation: all the references to </p> <p> boost::random::mt19937 </p> <p> should now be to </p> <p> boost::mt19937 </p> <p> Also, is there a reason why the generator was moved out of the random namespace? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 26 Oct 2013 15:21:37 GMT</pubDate> <title>owner, component changed https://svn.boost.org/trac10/ticket/9040#comment:2 https://svn.boost.org/trac10/ticket/9040#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">No-Maintainer</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">random</span> </li> </ul> Ticket Steven Watanabe Tue, 11 Mar 2014 00:04:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9040#comment:3 https://svn.boost.org/trac10/ticket/9040#comment:3 <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">invalid</span> </li> </ul> <p> I don't understand. uniform_int_distribution.hpp exists and is the preferred header to use as it matches the C++11 standard. boost::mt19937 is the old name and is still provided for backwards compatibility. boost::random::mt19937 is preferable. It sounds to me like you're using an old version of Boost but looking at the new documentation. </p> Ticket