id summary reporter owner description type status milestone component version severity resolution keywords cc 9945 Regression test using random number generator incorrectly chris.cooper@… No-Maintainer "libs/utility/operators_test.cpp loops 1000 times, running a variety of tests on seemingly random values. However, since the randomizer (boost::minstd_rand) is instantiated inside the loop, it is re-seeded for each loop, meaning it runs the test 1000x with the exact same values each time. The randomizer must be instantiated outside the loop. " Bugs new To Be Determined utility Boost 1.54.0 Problem