$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56457 - sandbox/statistics/random/boost/random
From: erwann.rogard_at_[hidden]
Date: 2009-09-28 14:25:22
Author: e_r
Date: 2009-09-28 14:25:21 EDT (Mon, 28 Sep 2009)
New Revision: 56457
URL: http://svn.boost.org/trac/boost/changeset/56457
Log:
m
Text files modified:
sandbox/statistics/random/boost/random/location_scale.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: sandbox/statistics/random/boost/random/location_scale.hpp
==============================================================================
--- sandbox/statistics/random/boost/random/location_scale.hpp (original)
+++ sandbox/statistics/random/boost/random/location_scale.hpp 2009-09-28 14:25:21 EDT (Mon, 28 Sep 2009)
@@ -23,6 +23,9 @@
// Samples from a location-scale distribution
//
// X = sigma Z + mu
+ //
+ // TODO Z shouldn't be allowed to be a ref because ref_distribution already
+ // exists
template<typename Z>
class location_scale_distribution{
public: