$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Viktor Peters (viktor.peters_at_[hidden])
Date: 2004-11-15 04:13:41
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