[Ns-bugs] [Bug 108] New: bounds useless for assymetric Normal random variables

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Mon Nov 19 01:20:43 PST 2007


http://www.nsnam.org/bugzilla/show_bug.cgi?id=108

           Summary: bounds useless for assymetric Normal random variables
           Product: ns-3
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: simulation core
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: mathieu.lacage at sophia.inria.fr
                CC: raj.b at gatech.edu


the bounds which can be specified with the constructor:

NormalVariable(double m, double v, double b = INFINITE_VALUE);

are useless for a NormalVariable which is not symmetric. What is needed is:

NormalVariable(double m, double v, double min, double max);


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list