|
MCKL
Monte Carlo Kernel Library
|
#include <mckl/random/internal/philox_generic_2x.hpp>
Inherited by mckl::internal::PhiloxGeneratorGenericImpl< T, 2, 10, Constants, D >.
Static Public Member Functions | |
| static void | eval (const void *plain, void *cipher, const std::array< T, K/2 > &key) |
| template<typename ResultType > | |
| static void | eval (Counter< T, K > &ctr, ResultType *r, const std::array< T, K/2 > &key) |
| template<typename ResultType > | |
| static void | eval (Counter< T, K > &ctr, std::size_t n, ResultType *r, const std::array< T, K/2 > &key) |
Definition at line 74 of file philox_generic_2x.hpp.
|
inlinestatic |
Definition at line 80 of file philox_generic_2x.hpp.
|
inlinestatic |
Definition at line 96 of file philox_generic_2x.hpp.
|
inlinestatic |
Definition at line 118 of file philox_generic_2x.hpp.
1.8.13