alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <PhiloxVector.hpp>
Public Types | |
using | Counter = TCounter |
using | Key = TKey |
Public Attributes | |
Counter | counter |
Counter array. More... | |
Key | key |
Key array. More... | |
Philox state for vector generator
TCounter | Type of the Counter array |
TKey | Type of the Key array |
Definition at line 20 of file PhiloxVector.hpp.
using alpaka::rand::engine::PhiloxStateVector< TCounter, TKey >::Counter = TCounter |
Definition at line 22 of file PhiloxVector.hpp.
using alpaka::rand::engine::PhiloxStateVector< TCounter, TKey >::Key = TKey |
Definition at line 23 of file PhiloxVector.hpp.
Counter alpaka::rand::engine::PhiloxStateVector< TCounter, TKey >::counter |
Counter array.
Definition at line 26 of file PhiloxVector.hpp.
Key alpaka::rand::engine::PhiloxStateVector< TCounter, TKey >::key |
Key array.
Definition at line 28 of file PhiloxVector.hpp.