#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>
Go to the source code of this file.
Namespaces | |
namespace | 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) |
NS_LOG_COMPONENT_DEFINE | ( | "RandomVariableStream" | ) |