id summary reporter owner description type status milestone component version severity resolution keywords cc 9907 lagged_fibonacci_01_engine: is of type double, not uint thijs@… No-Maintainer "The C++11 random engines require to return unsigned integer values. The typedefs defined in lagged_fibonacci.hpp all have *double* for the UIntType, e.g. typedef lagged_fibonacci_01_engine< double, 48, 607, 273 > lagged_fibonacci607; Maybe the boost random engines don't require the samples to be unsigned integers? However, C++11 distributions might expect them to be, if so then this might cause incompatibility issues between boost random and C++11 random?" Bugs closed To Be Determined random Boost 1.55.0 Cosmetic wontfix