Integer-based empirical distributionDefines an empirical distribution where all values are integers. More...
#include <random-variable.h>
Public Member Functions | |
IntEmpiricalVariable () | |
![]() | |
EmpiricalVariable () | |
Constructor for the EmpiricalVariable random variables. More... | |
void | CDF (double v, double c) |
Specifies a point in the empirical distribution. More... | |
![]() | |
RandomVariable () | |
RandomVariable (const RandomVariable &o) | |
~RandomVariable () | |
uint32_t | GetInteger (void) const |
Returns a random integer integer from the underlying distribution. More... | |
double | GetValue (void) const |
Returns a random double from the underlying distribution. More... | |
RandomVariable & | operator= (const RandomVariable &o) |
Additional Inherited Members | |
![]() | |
EmpiricalVariable (const RandomVariableBase &variable) | |
![]() | |
RandomVariable (const RandomVariableBase &variable) | |
RandomVariableBase * | Peek (void) const |
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.
Definition at line 492 of file random-variable.h.
ns3::IntEmpiricalVariable::IntEmpiricalVariable | ( | ) |
Definition at line 1346 of file random-variable.cc.
References NS_LOG_FUNCTION.