RandomLib  1.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Classes | Namespaces
RandomAlgorithm.hpp File Reference

Header for MT19937 and SFMT19937. More...

#include <RandomLib/RandomType.hpp>
#include <stdexcept>
#include <string>

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.
 

Detailed Description

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.nosp@m.es@k.nosp@m.arney.nosp@m..com and licensed under the MIT/X11 License. For more information, see http://randomlib.sourceforge.net/

Definition in file RandomAlgorithm.hpp.