$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Mersenne twister problem
From: ruya (rmlopes_at_[hidden])
Date: 2009-09-18 11:35:25
Matthias Troyer-2 wrote:
>
>
> You also need to implement the assignment operator
>
> Actually, as long as the generator is good they are uncorrelated. At
> least this is what is tested for. This is tested much better than
> correlations between different seeds.
>
>
But isn't the assignment equal to calling the copy constructor by default?
What I mean is: if you have obj1 = obj2 then obj1 is created by
Object(obj2).
As for the generators I was not aware of this. can you give me some link for
a technical paper on this?
Rui
-- View this message in context: http://www.nabble.com/Mersenne-twister-problem-tp25382114p25510845.html Sent from the Boost - Users mailing list archive at Nabble.com.