Public Member Functions | |
LogNormalVariableImpl (double mu, double sigma) | |
virtual RandomVariableBase * | Copy (void) const |
virtual double | GetValue () |
![]() | |
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().
|
virtual |
Implements ns3::RandomVariableBase.
Definition at line 1446 of file random-variable.cc.
References LogNormalVariableImpl(), and NS_LOG_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().
|
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().