OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
FlatTop.cpp File Reference
#include "FlatTop.h"
#include <cmath>
#include <memory>
#include "Distribution.h"
#include "SamplingBase.hpp"
Include dependency graph for FlatTop.cpp:

Go to the source code of this file.

Typedefs

using GeneratorPool = typename Kokkos::Random_XorShift64_Pool<>
 
using Dist_t = ippl::random::NormalDistribution< double, 3 >
 

Typedef Documentation

◆ Dist_t

using Dist_t = ippl::random::NormalDistribution<double, 3>

Definition at line 8 of file FlatTop.cpp.

◆ GeneratorPool

using GeneratorPool = typename Kokkos::Random_XorShift64_Pool<>

Definition at line 7 of file FlatTop.cpp.