The CUDA/HIP Xor random number generator engine.
More...
#include <RandUniformCudaHipRand.hpp>
|
| Xor ()=default |
|
__device__ | Xor (std::uint32_t const &seed, std::uint32_t const &subsequence=0, std::uint32_t const &offset=0) |
|
__device__ result_type | operator() () |
|
The CUDA/HIP Xor random number generator engine.
Definition at line 73 of file RandUniformCudaHipRand.hpp.
◆ result_type
◆ Xor() [1/2]
alpaka::rand::engine::uniform_cuda_hip::Xor::Xor |
( |
| ) |
|
|
default |
◆ Xor() [2/2]
__device__ alpaka::rand::engine::uniform_cuda_hip::Xor::Xor |
( |
std::uint32_t const & |
seed, |
|
|
std::uint32_t const & |
subsequence = 0 , |
|
|
std::uint32_t const & |
offset = 0 |
|
) |
| |
|
inline |
◆ max()
◆ min()
◆ operator()()
__device__ result_type alpaka::rand::engine::uniform_cuda_hip::Xor::operator() |
( |
| ) |
|
|
inline |
◆ distribution::uniform_cuda_hip::NormalReal
◆ distribution::uniform_cuda_hip::UniformReal
◆ distribution::uniform_cuda_hip::UniformUint
The documentation for this class was generated from the following file: