MTToolBox  0.2.10
Data Structures
Here are the data structures with brief descriptions:
[detail level 12]
 NMTToolBoxName space for MTToolBox
 CAbstractGeneratorPseudo random number generator
 CAlgorithmBestBitsAlgorithm which searches tempering parameters
 CAlgorithmCalculateParityCalculate the parity check vector of reducible generator
 CAlgorithmEquidistributionCalculate dimension of equi-distribution of output of pseudo random number generators
 CAlgorithmPartialBitPatternAlgorithm that search tempering parameters to improve dimension of equi-distribution of output of pseudo random number generator
 CAlgorithmPrimitivityAlgorithm which check if given polynomial is primitive
 CAlgorithmRecursionAndTempering
 CAlgorithmRecursionSearchSearch parameters of state transition function of pseudo random number generator so that the characteristic polynomial of the function will have max degree and will be primitive
 CAlgorithmReducibleEquidistributionCalculate dimension of equi-distribution of reducible generator in worst case
 CAlgorithmReducibleRecursionAndTempering
 CAlgorithmReducibleRecursionSearchSearch parameters of state transition function of pseudo random number generator so that the characteristic polynomial of the function will have max degree and will be primitive
 CAlgorithmTemperingAlgorithm that search tempering parameters to improve dimension of equi-distribution of output of pseudo random number generator
 CEquidistributionCalculatableThis class is an Abstract class for calculating dimension of equi-distribution for GF(2)-linear pseudo random number generators
 Clinear_generator_vectorGF(2) pseudo random number generator as a GF(2) vector
 CMersenneTwisterMersenne Twister pseudo random number generator
 CMersenneTwister64Mersenne Twister pseudo random number generator
 CRecursionSearchable
 CReducibleGeneratorThis class is an Abstract class for reducible generator
 CReducibleTemperingCalculatable
 CSequentialCounting down number generator
 Ctemper_paramsClass which keeps tempering parameters
 CTemperingCalculatableUsers can search tempering parameters by making GF(2)-linear pseudo random generator class which inherits from this class
 CTestLinearityChecks if a pseudo random number generator is GF(2)-linear
 CResursionSearchableAbstract class for searching parameters of state transition function of pseudo random number generator