MTToolBox  0.2.10
Data Structures | Namespaces
MersenneTwister64.hpp File Reference

64 bit MersenneTwister generator More...

#include <stdint.h>
#include <inttypes.h>
#include <string>
#include <MTToolBox/AbstractGenerator.hpp>

Go to the source code of this file.

Data Structures

class  MTToolBox::MersenneTwister64
 Mersenne Twister pseudo random number generator. More...
 

Namespaces

 MTToolBox
 name space for MTToolBox
 

Detailed Description

64 bit MersenneTwister generator

Original

Author
Makoto Matsumoto (Hiroshima University)
Takuji Nishimura (Yamagata University) Copyright (c) 2004 Makoto Matsumoto and Takuji Nishimura. All rights reserved.

Modified

Author
Mutsuo Saito (Manieth Corp.)
Makoto Matsumoto (Hiroshima University) Copyright (c) 2015 Mutsuo Saito, Makoto Matsumoto and Hiroshima University. All rights reserved.

The 3-clause BSD License is applied to this software, see LICENSE.txt