id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7686,missing namespace in docs,Akira Takahashi ,No-Maintainer,"boost::random::mt19937 doc says follow: {{{ // In header: typedef mersenne_twister_engine< uint32_t, 32, 624, 397, 31, 0x9908b0df, 11, 0xffffffff, 7, 0x9d2c5680, 15, 0xefc60000, 18, 1812433253 > mt19937; }}} I think shoule be: {{{ // In header: namespace boost { namespace random { typedef mersenne_twister_engine< uint32_t, 32, 624, 397, 31, 0x9908b0df, 11, 0xffffffff, 7, 0x9d2c5680, 15, 0xefc60000, 18, 1812433253 > mt19937; } using random::mt19937; } }}} http://www.boost.org/doc/libs/1_52_0/doc/html/boost/random/mt19937.html Other generators has same issue.",Support Requests,closed,To Be Determined,random,Boost 1.52.0,Problem,wontfix,,