RandomLib
1.10
|
Header for MT19937 and SFMT19937. More...
Go to the source code of this file.
Classes | |
class | RandomLib::MT19937< RandomType > |
The MT19937 random number engine. More... | |
class | RandomLib::SFMT19937< RandomType > |
The SFMT random number engine. More... | |
Namespaces | |
RandomLib | |
Namespace for RandomLib. | |
Header for MT19937 and SFMT19937.
This provides an interface to the Mersenne Twister MT19937 and SIMD oriented Fast Mersenne Twister SFMT19937 random number engines.
Interface routines written by Charles Karney charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttp://randomlib.sourceforge.net/
Definition in file RandomAlgorithm.hpp.