Data used internally by the MT19937 PRNG algorithm.
Definition at line 55 of file RandomGenerators.h.
#include <mrpt/random/RandomGenerators.h>
Public Member Functions | |
TMT19937_data () | |
Public Attributes | |
uint32_t | MT [624] |
uint32_t | index |
bool | seed_initialized |
mrpt::random::CRandomGenerator::TMT19937_data::TMT19937_data | ( | ) | [inline] |
Definition at line 57 of file RandomGenerators.h.
Definition at line 60 of file RandomGenerators.h.
uint32_t mrpt::random::CRandomGenerator::TMT19937_data::MT[624] |
Definition at line 59 of file RandomGenerators.h.
Definition at line 61 of file RandomGenerators.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |