C++ Class of the Mersene Twister
Pseudo Random Number Generator

This is a C++ class implementation of Makoto Matsumoto'a and Takuji Nishimura's Mersene Twister. This code is based on the 64 bit version of their code. For details about Pseudo Random Number Generator see their page.

Click here to download mtRnd
Ruediger Goetz