|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <cmath>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | gsl_qrng |
Functions | |
| gsl_qrng * | gsl_qrng_alloc (const char *, unsigned int dimension) |
| void | gsl_qrng_get (const gsl_qrng *q, double *x) |
| void | gsl_qrng_free (gsl_qrng *q) |
|
inline |
Definition at line 78 of file QuasiRandom.h.
References gsl_qrng::init().
Referenced by TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().

|
inline |