![]() |
Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Internal record that store the internal state of a PRNG. More...
#include <bayeux/mygsl/prng_state_manager.h>
Public Member Functions | |
| record () | |
| Default constructor. More... | |
| virtual | ~record () |
| Destructor. More... | |
Public Attributes | |
| mygsl::rng::state_buffer_type | state_buffer |
| Buffer to store a PRNG internal state. More... | |
Static Public Attributes | |
| static const size_t | DEFAULT_BUFFER_SIZE = 65536 |
| Default size of a buffer used to store PRNG's internal state. More... | |
Internal record that store the internal state of a PRNG.
| mygsl::prng_state_manager::record::record | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
static |
Default size of a buffer used to store PRNG's internal state.
| mygsl::rng::state_buffer_type mygsl::prng_state_manager::record::state_buffer |
Buffer to store a PRNG internal state.
1.8.15