Boost logo

Boost Users :

Subject: Re: [Boost-users] Mersenne twister problem
From: Matthias Troyer (troyer_at_[hidden])
Date: 2009-09-14 22:47:55


On Sep 14, 2009, at 9:40 AM, ruya wrote:

>
> Hi
>
>
> Matthias Troyer-2 wrote:
>>
>> I would write this very differently, and can give you a better
>> version
>> that should have no problems, but could you please send me the
>> definition of GeneratorI first?
>>
> Sorry about that, the missing typedefs at SearchFunctor:
>
> typedef boost::mt19937 base_generator_type;
> typedef boost::variate_generator<base_generator_type&,
> boost::uniform_real<> > GeneratorI;

Another question: what does the destructor of your class look like?
Can you send the full class?

Matthias


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net