A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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/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

namespace  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)

Variables

static
RandomVariableStreamTestSuite 
randomVariableStreamTestSuite

Variable Documentation

RandomVariableStreamTestSuite randomVariableStreamTestSuite
static

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