id summary reporter owner description type status milestone component version severity resolution keywords cc 2789 boost::variate_generator::min() and max() implementation Rick Yang Steven Watanabe "Hi, In {{{ line110: result_type min BOOST_PREVENT_MACRO_SUBSTITUTION () const { return (distribution().min)(); } line111: result_type max BOOST_PREVENT_MACRO_SUBSTITUTION () const { return (distribution().max)(); } }}} They will return distribution().min() or distribution().max(), but just engine() have member funtions min() and max(). I can't see any distributions have there member funcitons. " Bugs closed Boost 1.39.0 random Boost 1.38.0 Problem invalid