|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <cstddef>#include <memory>#include <random>

Go to the source code of this file.
Classes | |
| class | gsl_rng |
| struct | gsl_rng_type |
Macros | |
| #define | gsl_rng_default (get_gsl_rng_default()) |
Functions | |
| void | gsl_rng_env_setup () |
| gsl_rng * | gsl_rng_alloc (const gsl_rng_type *) |
| void | gsl_rng_free (gsl_rng *rng) |
| double | gsl_rng_uniform (gsl_rng *rng) |
| double | gsl_ran_gaussian (gsl_rng *rng, double sigma) |
| const gsl_rng_type * | get_gsl_rng_default () |
Variables | |
| const gsl_rng_type * | gsl_rng_default |
| struct gsl_rng_type |
| #define gsl_rng_default (get_gsl_rng_default()) |
|
inline |
|
inline |
Definition at line 66 of file Random.h.
References gsl_rng::gaussian().
Referenced by TEST_F(), and TEST_F().

|
inline |
Definition at line 60 of file Random.h.
Referenced by BoundaryGeometry::BoundaryGeometry(), BoundaryGeometry::BoundaryGeometry(), RandomTest::SetUp(), LaserProfile::setupRNG(), TEST_F(), and TEST_F().
|
inline |
Definition at line 56 of file Random.h.
Referenced by BoundaryGeometry::BoundaryGeometry(), BoundaryGeometry::BoundaryGeometry(), and LaserProfile::setupRNG().
|
inline |
Definition at line 62 of file Random.h.
Referenced by RandomTest::TearDown(), TEST_F(), TEST_F(), BoundaryGeometry::~BoundaryGeometry(), and LaserProfile::~LaserProfile().
|
inline |
Definition at line 64 of file Random.h.
References gsl_rng::uniform().
Referenced by LaserProfile::getXY(), BoundaryGeometry::initialize(), TEST_F(), TEST_F(), and TEST_F().

|
extern |