|
MCKL
Monte Carlo Kernel Library
|
#include <mckl/random/internal/common.hpp>#include <mckl/random/internal/threefry_common.hpp>#include <mckl/random/internal/threefry_constants.hpp>#include <mckl/random/increment.hpp>Go to the source code of this file.
Classes | |
| class | mckl::internal::Threefry4x32GeneratorGenericImpl< T > |
Namespaces | |
| mckl | |
| mckl::internal | |
Macros | |
| #define | MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_CYCLE_4(N) |
| #define | MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_CYCLE_8(N) |
| #define | MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_KBOX(N) |
| #define | MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_RBOX(N) |
| #define | MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_ROUND_20 |
| #define MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_CYCLE_4 | ( | N | ) |
Definition at line 60 of file threefry_generic_4x32.hpp.
| #define MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_CYCLE_8 | ( | N | ) |
Definition at line 67 of file threefry_generic_4x32.hpp.
| #define MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_KBOX | ( | N | ) |
Definition at line 40 of file threefry_generic_4x32.hpp.
| #define MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_RBOX | ( | N | ) |
Definition at line 46 of file threefry_generic_4x32.hpp.
| #define MCKL_RANDOM_INTERNAL_THREEFRY_GENERIC_4X32_ROUND_20 |
Definition at line 79 of file threefry_generic_4x32.hpp.
1.8.13