#include <mersenne_twister_engine.hpp>
template<typename UIntType, size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
class std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >
◆ result_type
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
using std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::result_type = UIntType |
◆ mersenne_twister_engine()
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::mersenne_twister_engine |
( |
result_type |
sd = default_seed | ) |
|
|
inlineexplicit |
void seed(result_type sd=default_seed)
Definition: mersenne_twister_engine.hpp:65
◆ discard()
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
void std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::discard |
( |
unsigned long long |
z | ) |
|
|
inline |
91 for (; z != 0ULL; --z)
92 (*this).operator ()();
◆ last()
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::last |
( |
| ) |
|
|
inline |
◆ max()
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
static constexpr result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::max |
( |
| ) |
|
|
inlinestatic |
static constexpr size_t word_size
Definition: mersenne_twister_engine.hpp:45
◆ min()
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
static constexpr result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::min |
( |
| ) |
|
|
inlinestatic |
◆ operator()()
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::operator() |
( |
| ) |
|
|
inline |
static constexpr size_t tempering_u
Definition: mersenne_twister_engine.hpp:50
static constexpr size_t state_size
Definition: mersenne_twister_engine.hpp:46
static constexpr size_t tempering_s
Definition: mersenne_twister_engine.hpp:52
static constexpr size_t tempering_t
Definition: mersenne_twister_engine.hpp:54
static constexpr result_type tempering_c
Definition: mersenne_twister_engine.hpp:55
static constexpr result_type tempering_b
Definition: mersenne_twister_engine.hpp:53
static constexpr size_t tempering_l
Definition: mersenne_twister_engine.hpp:56
◆ seed()
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
void std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::seed |
( |
result_type |
sd = default_seed | ) |
|
|
inline |
static constexpr size_t state_size
Definition: mersenne_twister_engine.hpp:46
void seed(result_type sd=default_seed)
Definition: mersenne_twister_engine.hpp:65
static constexpr result_type initialization_multiplier
Definition: mersenne_twister_engine.hpp:57
◆ default_seed
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::default_seed = 5489u |
|
static |
◆ initialization_multiplier
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::initialization_multiplier = f |
|
static |
◆ mask_bits
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::mask_bits = r |
|
static |
◆ MASK_LOWER
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::MASK_LOWER = (1ull << mask_bits) - 1 |
|
static |
◆ MASK_UPPER
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::MASK_UPPER = (1ull << mask_bits) |
|
static |
◆ shift_size
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::shift_size = m |
|
static |
◆ state_size
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::state_size = n |
|
static |
◆ tempering_b
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::tempering_b = b |
|
static |
◆ tempering_c
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::tempering_c = c |
|
static |
◆ tempering_d
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::tempering_d = d |
|
static |
◆ tempering_l
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::tempering_l = l |
|
static |
◆ tempering_s
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::tempering_s = s |
|
static |
◆ tempering_t
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::tempering_t = t |
|
static |
◆ tempering_u
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::tempering_u = u |
|
static |
◆ word_size
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr size_t std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::word_size = w |
|
static |
◆ xor_mask
template<typename UIntType , size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f>
constexpr result_type std::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::xor_mask = a |
|
static |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: