Boost logo

Boost :

From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-05-13 13:28:23


Rainer Deyke wrote:
>
> I was able to get a program which uses 'boost::mt11213b' and
> 'boost::uinform_smallint' from <boost/random.hpp>, Boost version 1.21.2 on
> MSVC++ 6.0 SP 5 to compile by changing line 68 of
> <boost/random/mersenne_twister.hpp> from:
>
> void seed() { seed(4357u); }
>
> to:
>
> void seed() { seed(DataType(4357u)); }

Thanks. It had been fixed in boost's publicly accessible
CVS repository a few days after the release of 1.21.2.

Jens Maurer


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk