A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
random-variable.cc File Reference
#include <iostream>
#include <math.h>
#include <stdlib.h>
#include <sys/time.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sstream>
#include <vector>
#include "assert.h"
#include "random-variable.h"
#include "rng-seed-manager.h"
#include "rng-stream.h"
#include "fatal-error.h"
+ Include dependency graph for random-variable.cc:

Go to the source code of this file.

Classes

class  ns3::ConstantVariableImpl
class  ns3::DeterministicVariableImpl
class  ns3::EmpiricalVariableImpl
class  ns3::ErlangVariableImpl
class  ns3::ExponentialVariableImpl
class  ns3::GammaVariableImpl
class  ns3::IntEmpiricalVariableImpl
class  ns3::LogNormalVariableImpl
class  ns3::NormalVariableImpl
class  ns3::ParetoVariableImpl
class  ns3::RandomVariableBase
class  ns3::SequentialVariableImpl
class  ns3::TriangularVariableImpl
class  ns3::UniformVariableImpl
class  ns3::EmpiricalVariableImpl::ValueCDF
class  ns3::WeibullVariableImpl
class  ns3::ZetaVariableImpl
class  ns3::ZipfVariableImpl

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.

Functions

 ns3::ATTRIBUTE_CHECKER_IMPLEMENT (RandomVariable)
 ns3::ATTRIBUTE_VALUE_IMPLEMENT (RandomVariable)
std::ostream & ns3::operator<< (std::ostream &os, const RandomVariable &var)
std::istream & ns3::operator>> (std::istream &is, RandomVariable &var)