#include <cmath>#include <gsl/gsl_cdf.h>#include <gsl/gsl_histogram.h>#include <ctime>#include <fstream>#include "ns3/test.h"#include "ns3/random-variable.h"
 Include dependency graph for rng-test-suite.cc: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 30 of file rng-test-suite.cc.
References 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 430 of file rng-test-suite.cc.