id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1270,uniform_smallint doesn't compile with lagged_fibonacci random number generators,Tom Stepleton (last name at ri.cmu.edu),No-Maintainer,"Code like this: {{{ boost::lagged_fibonacci607 rng; ... boost::uniform_smallint myrand(1,10); int a = myrand(rng); }}} yields errors like these: {{{ /local/include/boost/random/uniform_smallint.hpp:195: error: invalid operands of types 'double' and 'double' to binary 'operator%' /local/include/boost/random/uniform_smallint.hpp:204: error: invalid operands of types 'double' and 'double' to binary 'operator%' }}} gcc version 4.0.1 (Apple Computer, Inc. build 5367)",Bugs,closed,To Be Determined,random,Boost 1.34.1,Problem,wontfix,random uniform_smallint lagged fibonacci lagged_fibonacci compilation error,