![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/common.hpp"#include "alpaka/rand/engine/philox/PhiloxSingle.hpp"#include "alpaka/rand/engine/philox/PhiloxVector.hpp"#include <cstdint>#include <limits>#include <random>#include <type_traits>Go to the source code of this file.
Classes | |
| class | alpaka::rand::engine::Philox4x32x10 |
| Most common Philox engine variant, outputs single number. More... | |
| class | alpaka::rand::engine::Philox4x32x10Vector |
| Most common Philox engine variant, outputs a 4-vector of floats. More... | |
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::rand |
| namespace | alpaka::rand::engine |