Boost C++ Libraries: Ticket #9443: Runtime parameter Random seed for random order of test cases not respected correctly https://svn.boost.org/trac10/ticket/9443 <p> When passing a random seed value &gt; 1 to get a specific test case shuffle the value should be used as seed for the generator. Currently there is no generator setup with the seed nor is any generator passed to std::random_shuffle(). std::random_shuffle() is always called with the internal generator. See unit_test_suite.ipp function traverse_test_tree() for details. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9443 Trac 1.4.3 Raffi Enficiaud Fri, 18 Apr 2014 11:33:50 GMT owner, status changed https://svn.boost.org/trac10/ticket/9443#comment:1 https://svn.boost.org/trac10/ticket/9443#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Gennadiy Rozental</span> to <span class="trac-author">Raffi Enficiaud</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Raffi Enficiaud Tue, 26 Jan 2016 23:10:17 GMT milestone changed https://svn.boost.org/trac10/ticket/9443#comment:2 https://svn.boost.org/trac10/ticket/9443#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.61.0</span> </li> </ul> <p> Fixed in topic/trac-9443-random-seed </p> Ticket Raffi Enficiaud Mon, 29 Feb 2016 07:51:18 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9443#comment:3 https://svn.boost.org/trac10/ticket/9443#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Merged to master rev 6a3a616 </p> Ticket