From bec49d392d0db78ecb86c31a27400df7fc232127 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Tue, 8 Nov 2016 01:42:06 +0100 Subject: [PATCH] core: (fixes #2513) - Deprecates Mean attribute in ParetoRandomVariable --- CHANGES.html | 5 ++ RELEASE_NOTES | 1 + .../examples/main-random-variable-stream.cc | 18 ++--- src/core/examples/main-random-variable.cc | 18 ++--- src/core/model/random-variable-stream.cc | 43 ++++++---- src/core/model/random-variable-stream.h | 78 ++++++++----------- .../test/random-variable-stream-test-suite.cc | 20 ++--- src/core/test/rng-test-suite.cc | 1 + 8 files changed, 95 insertions(+), 89 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index d4125a29b..47e8a67cf 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -61,6 +61,11 @@ us a note on ns-developers mailing list.

Changes to existing API:

Changes to build system: