id summary reporter owner description type status milestone component version severity resolution keywords cc 1546 Method boost::random::uniform_int::operator()(engine, value) is missing Jos Hickson Marshall Clow "{{{boost::random::variate_generator::operator()(T value)}}} seems to offer the ability to use the variate_generator with {{{std::random_shuffle()}}}. However, it relies on the distribution used providing a method along the lines of: {{{ template ValueT operator()(EngineT, ValueT); }}} According to the [http://www.boost.org/libs/random/random-distributions.html Boost.Random documentation] this is provided by the {{{uniform_int}}} distribution but the actual implementation of {{{uniform_int}}} has no such method." Bugs closed Boost 1.38.0 random Boost 1.34.1 Problem fixed