 Inheritance diagram for ns3::ErlangVariableImpl:
 Inheritance diagram for ns3::ErlangVariableImpl: Collaboration diagram for ns3::ErlangVariableImpl:
 Collaboration diagram for ns3::ErlangVariableImpl:| Public Member Functions | |
| ErlangVariableImpl (unsigned int k, double lambda) | |
| virtual RandomVariableBase * | Copy (void) const | 
| virtual double | GetValue () | 
| double | GetValue (unsigned int k, double lambda) | 
|  Public Member Functions inherited from ns3::RandomVariableBase | |
| RandomVariableBase () | |
| RandomVariableBase (const RandomVariableBase &o) | |
| virtual | ~RandomVariableBase () | 
| virtual uint32_t | GetInteger () | 
| RngStream * | GetStream (void) | 
| Private Attributes | |
| unsigned int | m_k | 
| double | m_lambda | 
Definition at line 1655 of file random-variable.cc.
| ns3::ErlangVariableImpl::ErlangVariableImpl | ( | unsigned int | k, | 
| double | lambda | ||
| ) | 
| k | k parameter of the Erlang distribution | 
| lambda | lambda parameter of the Erlang distribution | 
Definition at line 1689 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 1683 of file random-variable.cc.
References ErlangVariableImpl(), m_k, m_lambda, 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 1697 of file random-variable.cc.
References m_k, m_lambda, and NS_LOG_FUNCTION.
| double ns3::ErlangVariableImpl::GetValue | ( | unsigned int | k, | 
| double | lambda | ||
| ) | 
Definition at line 1716 of file random-variable.cc.
References ns3::RandomVariable::GetValue(), and NS_LOG_FUNCTION.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 1678 of file random-variable.cc.
Referenced by Copy(), and GetValue().
| 
 | private | 
Definition at line 1679 of file random-variable.cc.
Referenced by Copy(), and GetValue().