Public Member Functions | |
ZipfVariableImpl (long n, double alpha) | |
ZipfVariableImpl () | |
zipf variable with N=1 and alpha=0 More... | |
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_alpha |
double | m_c |
long | m_n |
Definition at line 1854 of file random-variable.cc.
ns3::ZipfVariableImpl::ZipfVariableImpl | ( | long | n, |
double | alpha | ||
) |
n | the number of possible items |
alpha | the alpha parameter |
Definition at line 1896 of file random-variable.cc.
References m_c, and NS_LOG_FUNCTION.
ns3::ZipfVariableImpl::ZipfVariableImpl | ( | ) |
zipf variable with N=1 and alpha=0
Definition at line 1887 of file random-variable.cc.
References NS_LOG_FUNCTION.
Referenced by Copy().
|
virtual |
Implements ns3::RandomVariableBase.
Definition at line 1881 of file random-variable.cc.
References m_alpha, m_n, NS_LOG_FUNCTION, and ZipfVariableImpl().
|
virtual |
Implements ns3::RandomVariableBase.
Definition at line 1911 of file random-variable.cc.
References ns3::RandomVariableBase::GetStream(), m_alpha, m_c, m_n, NS_LOG_FUNCTION, and ns3::RngStream::RandU01().
|
private |
Definition at line 1876 of file random-variable.cc.
Referenced by Copy(), and GetValue().
|
private |
Definition at line 1877 of file random-variable.cc.
Referenced by GetValue(), and ZipfVariableImpl().
|
private |
Definition at line 1875 of file random-variable.cc.
Referenced by Copy(), and GetValue().