ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

NormalRandomVariable Class Reference

#include <ranvar.h>

Inheritance diagram for NormalRandomVariable:

RandomVariable TclObject List of all members.

Public Member Functions

virtual double value ()
 NormalRandomVariable ()
doubleavgp ()
doublestdp ()
virtual double avg ()
double std ()
void setavg (double d)
void setstd (double d)

Private Attributes

double avg_
double std_

Constructor & Destructor Documentation

NormalRandomVariable::NormalRandomVariable  
 


Member Function Documentation

virtual double NormalRandomVariable::avg   [inline, virtual]
 

Implements RandomVariable.

double* NormalRandomVariable::avgp   [inline]
 

void NormalRandomVariable::setavg double    d [inline]
 

void NormalRandomVariable::setstd double    d [inline]
 

double NormalRandomVariable::std   [inline]
 

double* NormalRandomVariable::stdp   [inline]
 

double NormalRandomVariable::value   [virtual]
 

Implements RandomVariable.


Member Data Documentation

double NormalRandomVariable::avg_ [private]
 

double NormalRandomVariable::std_ [private]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.