ns-3
ns3::IntEmpiricalVariable Class Reference

Integer-based empirical distributionDefines an empirical distribution where all values are integers. Indentical to EmpiricalVariable, except that the inverse transform sampling interpolation described in the EmpiricalVariable documentation is modified to only return integers. More...

#include <random-variable.h>

Inheritance diagram for ns3::IntEmpiricalVariable:
Collaboration diagram for ns3::IntEmpiricalVariable:

List of all members.

Additional Inherited Members

- Public Member Functions inherited from ns3::EmpiricalVariable
 EmpiricalVariable ()
void CDF (double v, double c)
 Specifies a point in the empirical distribution.
- Public Member Functions inherited from ns3::RandomVariable
 RandomVariable (const RandomVariable &o)
RandomVariableoperator= (const RandomVariable &o)
double GetValue (void) const
 Returns a random double from the underlying distribution.
uint32_t GetInteger (void) const
 Returns a random integer integer from the underlying distribution.
- Protected Member Functions inherited from ns3::EmpiricalVariable
 EmpiricalVariable (const RandomVariableBase &variable)
- Protected Member Functions inherited from ns3::RandomVariable
 RandomVariable (const RandomVariableBase &variable)
RandomVariableBase * Peek (void) const

Detailed Description

Integer-based empirical distribution

Defines an empirical distribution where all values are integers. Indentical to EmpiricalVariable, except that the inverse transform sampling interpolation described in the EmpiricalVariable documentation is modified to only return integers.


The documentation for this class was generated from the following files: