changeset 10218 | 97da49da2d6c |
parent 9970 | a613974fffeb |
child 11046 | e62bccfbe56e |
--- a/src/core/model/random-variable-stream.h Fri Oct 18 16:25:06 2013 -0700 +++ b/src/core/model/random-variable-stream.h Sun Oct 20 12:46:27 2013 +0200 @@ -2012,10 +2012,6 @@ /// The upper bound on values that can be returned by this RNG stream. double m_max; - - /// It's easier to work with the mode internally instead of the - /// mean. They are related by the simple: mean = (min+max+mode)/3. - double m_mode; }; /**