Data used internally by the MT19937 PRNG algorithm.
Definition at line 38 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 |
|
inline |
Definition at line 40 of file RandomGenerators.h.
| uint32_t mrpt::random::CRandomGenerator::TMT19937_data::index |
Definition at line 43 of file RandomGenerators.h.
| uint32_t mrpt::random::CRandomGenerator::TMT19937_data::MT[624] |
Definition at line 42 of file RandomGenerators.h.
| bool mrpt::random::CRandomGenerator::TMT19937_data::seed_initialized |
Definition at line 44 of file RandomGenerators.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |