 Inheritance diagram for ns3::LogNormalVariableImpl:
 Inheritance diagram for ns3::LogNormalVariableImpl: Collaboration diagram for ns3::LogNormalVariableImpl:
 Collaboration diagram for ns3::LogNormalVariableImpl:| Public Member Functions | |
| LogNormalVariableImpl (double mu, double sigma) | |
| virtual RandomVariableBase * | Copy (void) const | 
| virtual double | GetValue () | 
|  Public Member Functions inherited from ns3::RandomVariableBase | |
| RandomVariableBase () | |
| RandomVariableBase (const RandomVariableBase &o) | |
| virtual | ~RandomVariableBase () | 
| virtual uint32_t | GetInteger () | 
| RngStream * | GetStream (void) | 
| Private Attributes | |
| double | m_mu | 
| double | m_sigma | 
Definition at line 1425 of file random-variable.cc.
| ns3::LogNormalVariableImpl::LogNormalVariableImpl | ( | double | mu, | 
| double | sigma | ||
| ) | 
| mu | mu parameter of the lognormal distribution | 
| sigma | sigma parameter of the lognormal distribution | 
Definition at line 1452 of file random-variable.cc.
References NS_LOG_FUNCTION.
Referenced by Copy().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | virtual | 
Implements ns3::RandomVariableBase.
Definition at line 1446 of file random-variable.cc.
References LogNormalVariableImpl(), and NS_LOG_FUNCTION.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | virtual | 
Implements ns3::RandomVariableBase.
Definition at line 1486 of file random-variable.cc.
References ns3::RandomVariableBase::GetStream(), m_mu, m_sigma, ns3::normal, NS_LOG_FUNCTION, and ns3::RngStream::RandU01().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 1441 of file random-variable.cc.
Referenced by GetValue().
| 
 | private | 
Definition at line 1442 of file random-variable.cc.
Referenced by GetValue().