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  

LogNormalRandomVariable Class Reference

#include <ranvar.h>

Inheritance diagram for LogNormalRandomVariable:

RandomVariable TclObject List of all members.

Public Member Functions

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

Private Attributes

double avg_
double std_

Constructor & Destructor Documentation

LogNormalRandomVariable::LogNormalRandomVariable  
 


Member Function Documentation

virtual double LogNormalRandomVariable::avg   [inline, virtual]
 

Implements RandomVariable.

double* LogNormalRandomVariable::avgp   [inline]
 

void LogNormalRandomVariable::setavg double    d [inline]
 

void LogNormalRandomVariable::setstd double    d [inline]
 

double LogNormalRandomVariable::std   [inline]
 

double* LogNormalRandomVariable::stdp   [inline]
 

double LogNormalRandomVariable::value   [virtual]
 

Implements RandomVariable.


Member Data Documentation

double LogNormalRandomVariable::avg_ [private]
 

double LogNormalRandomVariable::std_ [private]
 


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