MTToolBox
0.2.10
|
▼NMTToolBox | Name space for MTToolBox |
CAbstractGenerator | Pseudo random number generator |
CAlgorithmBestBits | Algorithm which searches tempering parameters |
CAlgorithmCalculateParity | Calculate the parity check vector of reducible generator |
CAlgorithmEquidistribution | Calculate dimension of equi-distribution of output of pseudo random number generators |
CAlgorithmPartialBitPattern | Algorithm that search tempering parameters to improve dimension of equi-distribution of output of pseudo random number generator |
CAlgorithmPrimitivity | Algorithm which check if given polynomial is primitive |
CAlgorithmRecursionAndTempering | |
CAlgorithmRecursionSearch | Search 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 |
CAlgorithmReducibleEquidistribution | Calculate dimension of equi-distribution of reducible generator in worst case |
CAlgorithmReducibleRecursionAndTempering | |
CAlgorithmReducibleRecursionSearch | Search 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 |
CAlgorithmTempering | Algorithm that search tempering parameters to improve dimension of equi-distribution of output of pseudo random number generator |
CEquidistributionCalculatable | This class is an Abstract class for calculating dimension of equi-distribution for GF(2)-linear pseudo random number generators |
Clinear_generator_vector | GF(2) pseudo random number generator as a GF(2) vector |
CMersenneTwister | Mersenne Twister pseudo random number generator |
CMersenneTwister64 | Mersenne Twister pseudo random number generator |
CRecursionSearchable | |
CReducibleGenerator | This class is an Abstract class for reducible generator |
CReducibleTemperingCalculatable | |
CSequential | Counting down number generator |
Ctemper_params | Class which keeps tempering parameters |
CTemperingCalculatable | Users can search tempering parameters by making GF(2)-linear pseudo random generator class which inherits from this class |
CTestLinearity | Checks if a pseudo random number generator is GF(2)-linear |
CResursionSearchable | Abstract class for searching parameters of state transition function of pseudo random number generator |