9namespace alpaka::rand::engine::internal
11 template<
typename T_Params>
13 template<
typename T_Params>
21 template<
typename T_Counter,
typename T_Key,
typename Impl>
28 template<
typename T_Counter,
typename T_Key,
typename T_Params>
29 struct PhiloxState<T_Counter, T_Key, PhiloxVector<T_Params>>
31 using Counter = T_Counter;
42 template<
typename T_Counter,
typename T_Key,
typename T_Params>
43 struct PhiloxState<T_Counter, T_Key, PhiloxSingle<T_Params>>
45 using Counter = T_Counter;
51 std::uint32_t position;