$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [random] number generator as static class member
From: Moritz Beber (moritz.beber_at_[hidden])
Date: 2010-02-13 20:55:11
(I'm sorry for creating a new message in reply but I don't get my own
messages.)
The problem was of course the uniform_01 distribution which uses the
underlying generator by value rather than reference. I now tie in a
uniform_real in the same interval and it works just fine.
Enjoy the rest of the weekend,
Moritz