kblib 0.2.3
General utilities library for modern C++
kblib::state_size< std::linear_congruential_engine< UIntType, a, c, m > > Struct Template Reference

#include <kblib/random.h>

Inheritance diagram for kblib::state_size< std::linear_congruential_engine< UIntType, a, c, m > >:
Collaboration diagram for kblib::state_size< std::linear_congruential_engine< UIntType, a, c, m > >:

Public Attributes

KBLIB_CONSTANT_M std::size_t seed_discard = 3
 

Detailed Description

template<typename UIntType, UIntType a, UIntType c, UIntType m>
struct kblib::state_size< std::linear_congruential_engine< UIntType, a, c, m > >

Definition at line 166 of file random.h.

Member Data Documentation

◆ seed_discard

template<typename UIntType , UIntType a, UIntType c, UIntType m>
KBLIB_CONSTANT_M std::size_t kblib::state_size< std::linear_congruential_engine< UIntType, a, c, m > >::seed_discard = 3

Definition at line 170 of file random.h.


The documentation for this struct was generated from the following file: