
15 Nov
2004
15 Nov
'04
9:13 a.m.
And someone should look at the random library. There are some issues I stumble regulary: 1) <cmath> must be included before <boost/random.hpp> (GCC 3.4.2), otherwise some errors arise: "'std::pow' has not been declared" and friends 2) There ist one documented operator in uniform_int which does not exist in the headers: result_type operator()(UniformRandomNumberGenerator& urng, result_type n) Regards, V. Peters