id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 960,[random] lognormal_distribution problem,tim@…,,"i just figured out, that the problem, that was discussed in this thread: http://lists.boost.org/Archives/boost/2003/02/44916.php somehow hasn't been fixed ... the fix is rather trivial: {{{ --- boost/random/lognormal_distribution.hpp (revision 681) +++ boost/random/lognormal_distribution.hpp (working copy) @@ -60,8 +60,8 @@ // compiler-generated copy ctor and assignment operator are fine - RealType& mean() const { return _mean; } - RealType& sigma() const { return _sigma; } + RealType mean() const { return _mean; } + RealType sigma() const { return _sigma; } void reset() { _normal.reset(); } template }}} would be great to have this fixed",Bugs,closed,,random,,Showstopper,fixed,,Jens.Maurer@…