A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
random-variable-stream.h File Reference

ns3::RandomVariableStream declaration, and related classes. More...

#include "attribute-helper.h"
#include "object.h"
#include "type-id.h"
#include <map>
#include <stdint.h>
+ Include dependency graph for random-variable-stream.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::BernoulliRandomVariable
 The Bernoulli distribution Random Number Generator (RNG). More...
 
class  ns3::BinomialRandomVariable
 The binomial distribution Random Number Generator (RNG). More...
 
class  ns3::ConstantRandomVariable
 The Random Number Generator (RNG) that returns a constant. More...
 
class  ns3::DeterministicRandomVariable
 The Random Number Generator (RNG) that returns a predetermined sequence. More...
 
class  ns3::EmpiricalRandomVariable
 The Random Number Generator (RNG) that has a specified empirical distribution. More...
 
class  ns3::ErlangRandomVariable
 The Erlang distribution Random Number Generator (RNG) that allows stream numbers to be set deterministically. More...
 
class  ns3::ExponentialRandomVariable
 The exponential distribution Random Number Generator (RNG). More...
 
class  ns3::GammaRandomVariable
 The gamma distribution Random Number Generator (RNG) that allows stream numbers to be set deterministically. More...
 
class  ns3::LogNormalRandomVariable
 The log-normal distribution Random Number Generator (RNG) that allows stream numbers to be set deterministically. More...
 
class  ns3::NormalRandomVariable
 The normal (Gaussian) distribution Random Number Generator (RNG) that allows stream numbers to be set deterministically. More...
 
class  ns3::ParetoRandomVariable
 The Pareto distribution Random Number Generator (RNG). More...
 
class  ns3::RandomVariableStream
 The basic uniform Random Number Generator (RNG). More...
 
class  ns3::SequentialRandomVariable
 The Random Number Generator (RNG) that returns a pattern of sequential values. More...
 
class  ns3::TriangularRandomVariable
 The triangular distribution Random Number Generator (RNG) that allows stream numbers to be set deterministically. More...
 
class  ns3::UniformRandomVariable
 The uniform distribution Random Number Generator (RNG). More...
 
class  ns3::WeibullRandomVariable
 The Weibull distribution Random Number Generator (RNG) which allows stream numbers to be set deterministically. More...
 
class  ns3::ZetaRandomVariable
 The zeta distribution Random Number Generator (RNG) that allows stream numbers to be set deterministically. More...
 
class  ns3::ZipfRandomVariable
 The Zipf distribution Random Number Generator (RNG) that allows stream numbers to be set deterministically. More...
 

Namespaces

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

Detailed Description

ns3::RandomVariableStream declaration, and related classes.

Definition in file random-variable-stream.h.