Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <RandomUtils.h>
Public Member Functions | |
RndCDF (FUNCTOR const &functor, size_t seed) | |
__hydra_host__ __hydra_device__ | RndCDF (RndCDF< GRND, FUNCTOR > const &other) |
__hydra_host__ __hydra_device__ GReal_t | operator() (size_t index) |
Data Fields | |
FUNCTOR | fFunctor |
size_t | fSeed |
|
inline |
|
inline |
|
inline |
FUNCTOR hydra::detail::RndCDF< GRND, FUNCTOR >::fFunctor |
size_t hydra::detail::RndCDF< GRND, FUNCTOR >::fSeed |