A Discrete-Event Network Simulator
API
random-variable-stream-test-suite.cc File Reference
#include <gsl/gsl_cdf.h>
#include <gsl/gsl_histogram.h>
#include <gsl/gsl_sf_zeta.h>
#include <ctime>
#include <fstream>
#include <cmath>
#include "ns3/boolean.h"
#include "ns3/double.h"
#include "ns3/string.h"
#include "ns3/integer.h"
#include "ns3/test.h"
#include "ns3/log.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/random-variable-stream.h"
+ Include dependency graph for random-variable-stream-test-suite.cc:

Go to the source code of this file.

Classes

class  RandomVariableStreamConstantTestCase
 
class  RandomVariableStreamDeterministicTestCase
 
class  RandomVariableStreamEmpiricalAntitheticTestCase
 
class  RandomVariableStreamEmpiricalTestCase
 
class  RandomVariableStreamErlangAntitheticTestCase
 
class  RandomVariableStreamErlangTestCase
 
class  RandomVariableStreamExponentialAntitheticTestCase
 
class  RandomVariableStreamExponentialTestCase
 
class  RandomVariableStreamGammaAntitheticTestCase
 
class  RandomVariableStreamGammaTestCase
 
class  RandomVariableStreamLogNormalAntitheticTestCase
 
class  RandomVariableStreamLogNormalTestCase
 
class  RandomVariableStreamNormalAntitheticTestCase
 
class  RandomVariableStreamNormalTestCase
 
class  RandomVariableStreamParetoAntitheticTestCase
 
class  RandomVariableStreamParetoTestCase
 
class  RandomVariableStreamSequentialTestCase
 
class  RandomVariableStreamTestSuite
 
class  RandomVariableStreamUniformAntitheticTestCase
 
class  RandomVariableStreamUniformTestCase
 
class  RandomVariableStreamWeibullAntitheticTestCase
 
class  RandomVariableStreamWeibullTestCase
 
class  RandomVariableStreamZetaAntitheticTestCase
 
class  RandomVariableStreamZetaTestCase
 
class  RandomVariableStreamZipfAntitheticTestCase
 
class  RandomVariableStreamZipfTestCase
 

Namespaces

 anonymous_namespace{random-variable-stream-test-suite.cc}
 

Functions

void anonymous_namespace{random-variable-stream-test-suite.cc}::FillHistoRangeUniformly (double *array, uint32_t n, double start, double end)
 
void anonymous_namespace{random-variable-stream-test-suite.cc}::SetTestSuiteSeed (void)
 

Variables

static RandomVariableStreamTestSuite randomVariableStreamTestSuite
 
bool anonymous_namespace{random-variable-stream-test-suite.cc}::seedSet = false
 

Variable Documentation

RandomVariableStreamTestSuite randomVariableStreamTestSuite
static

Definition at line 2927 of file random-variable-stream-test-suite.cc.