A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
random-variable-stream.cc File Reference
#include "random-variable-stream.h"
#include "assert.h"
#include "boolean.h"
#include "double.h"
#include "integer.h"
#include "string.h"
#include "pointer.h"
#include "log.h"
#include "rng-stream.h"
#include "rng-seed-manager.h"
#include <cmath>
#include <iostream>
+ Include dependency graph for random-variable-stream.cc:

Go to the source code of this file.

Namespaces

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

Functions

 NS_LOG_COMPONENT_DEFINE ("RandomVariableStream")
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (RandomVariableStream)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (UniformRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (ConstantRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (SequentialRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (ExponentialRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (ParetoRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (WeibullRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (NormalRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (LogNormalRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (GammaRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (ErlangRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (TriangularRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (ZipfRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (ZetaRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (DeterministicRandomVariable)
 
 ns3::NS_OBJECT_ENSURE_REGISTERED (EmpiricalRandomVariable)
 

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "RandomVariableStream"  )