Inheritance 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 1302 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 1328 of file random-variable.cc.
Referenced by Copy().
Here is the caller graph for this function:
|
virtual |
Implements ns3::RandomVariableBase.
Definition at line 1323 of file random-variable.cc.
References LogNormalVariableImpl().
Here is the call graph for this function:
|
virtual |
Implements ns3::RandomVariableBase.
Definition at line 1361 of file random-variable.cc.
References ns3::RandomVariableBase::GetStream(), m_mu, m_sigma, normal, and ns3::RngStream::RandU01().
Here is the call graph for this function:
|
private |
Definition at line 1318 of file random-variable.cc.
Referenced by GetValue().
|
private |
Definition at line 1319 of file random-variable.cc.
Referenced by GetValue().