id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1539,Missing semi-colon in random library quitck start example,mloskot ,Noel Belcourt,"On the Boost Random Number Library page: http://www.boost.org/libs/random/index.html there is following example {{{ For a very quick start, here's an example: boost::mt19937 rng; // produces randomness out of thin air // see pseudo-random number generators boost::uniform_int<> six(1,6) // distribution that maps to 1..6 // see random number distributions boost::variate_generator > die(rng, six); // glues randomness with mapping int x = die(); // simulate rolling a die }}} There is semi-colon missing at the end of the line ''boost::uniform_int<> six(1,6)''.",Bugs,closed,To Be Determined,Documentation,Boost 1.34.0,Problem,fixed,,