
8 Feb
2004
8 Feb
'04
11:20 p.m.
Cromwell Enage wrote:
The boost::uniform_int random number generator in Boost.Random was compatible with the BGL random algorithms in version 1.30.2 but can no longer be directly passed to them in version 1.31.0. Should I work around this issue, as I'm currently doing, or will there be some sort of fix?
Please read the (update) random docs. You probably want to pass in a boost::random::variate_generator<>, suitably initialized. Jens Maurer