ThreeB 1.1
|
Mersenne twister interface code. More...
#include "randomc.h"
#include <iostream>
#include <sstream>
#include <string>
#include <cmath>
#include <iomanip>
Go to the source code of this file.
Classes | |
struct | MT19937 |
Useful wrapper for MT19937 random number generator class. More... | |
struct | MT19937::ParseError |
Null struct thrown if attempting to load state from stream yields a parse error. More... |
Mersenne twister interface code.
Definition in file mt19937.h.