|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <Kokkos_Random.hpp>#include <cmath>#include <memory>#include "Distribution.h"#include "Ippl.h"#include "OPALTypes.h"#include "SamplingBase.hpp"#include "Utilities/Options.h"

Go to the source code of this file.
Classes | |
| class | Gaussian |
| Generating particles following a Gaussian distribution. More... | |
Typedefs | |
| using | GeneratorPool = typename Kokkos::Random_XorShift64_Pool<> |
| using | Dist_t = ippl::random::NormalDistribution< double, 3 > |
| using Dist_t = ippl::random::NormalDistribution<double, 3> |
Definition at line 14 of file Gaussian.h.
| using GeneratorPool = typename Kokkos::Random_XorShift64_Pool<> |
Definition at line 13 of file Gaussian.h.