#include <cmath>
#include <gsl/gsl_cdf.h>
#include <gsl/gsl_histogram.h>
#include <ctime>
#include <fstream>
#include "ns3/test.h"
#include "ns3/double.h"
#include "ns3/random-variable-stream.h"
#include "ns3/rng-seed-manager.h"
Go to the source code of this file.
Classes | |
class | RngExponentialTestCase |
class | RngNormalTestCase |
class | RngParetoTestCase |
class | RngTestSuite |
class | RngUniformTestCase |
Functions | |
void | FillHistoRangeUniformly (double *array, uint32_t n, double start, double end) |
Variables | |
static RngTestSuite | rngTestSuite |
void FillHistoRangeUniformly | ( | double * | array, |
uint32_t | n, | ||
double | start, | ||
double | end | ||
) |
Definition at line 32 of file rng-test-suite.cc.
References sample-rng-plot::n, and visualizer.core::start().
Referenced by RngNormalTestCase::ChiSquaredTest(), RngExponentialTestCase::ChiSquaredTest(), RngParetoTestCase::ChiSquaredTest(), RandomVariableStreamNormalTestCase::ChiSquaredTest(), RandomVariableStreamNormalAntitheticTestCase::ChiSquaredTest(), RandomVariableStreamExponentialTestCase::ChiSquaredTest(), RandomVariableStreamExponentialAntitheticTestCase::ChiSquaredTest(), RandomVariableStreamParetoTestCase::ChiSquaredTest(), RandomVariableStreamParetoAntitheticTestCase::ChiSquaredTest(), RandomVariableStreamWeibullTestCase::ChiSquaredTest(), RandomVariableStreamWeibullAntitheticTestCase::ChiSquaredTest(), RandomVariableStreamLogNormalTestCase::ChiSquaredTest(), RandomVariableStreamLogNormalAntitheticTestCase::ChiSquaredTest(), RandomVariableStreamGammaTestCase::ChiSquaredTest(), RandomVariableStreamGammaAntitheticTestCase::ChiSquaredTest(), RandomVariableStreamErlangTestCase::ChiSquaredTest(), and RandomVariableStreamErlangAntitheticTestCase::ChiSquaredTest().
|
static |
Definition at line 436 of file rng-test-suite.cc.