MT Core (C++)
Core library for replacing C++ standard in project usage
|
Internal PRNG state. More...
#include <random.hpp>
Public Attributes | |
u8 | data [32] |
Stack data, a 32-byte chunk of data for what a small PRNG may need How you use it is up to you If you need more data, use some of these bytes as a pointer to more data. | |
Internal PRNG state.
Definition at line 41 of file random.hpp.
u8 mtcore::PrngState::data[32] |
Stack data, a 32-byte chunk of data for what a small PRNG may need How you use it is up to you If you need more data, use some of these bytes as a pointer to more data.
Definition at line 47 of file random.hpp.