help with mersenne_twister
Hello all,
I am having difficulty in understanding the documentation regarding
the use of the pseudo-random number generators in boost::random.
Below, I have created a small sample program of the type I am trying
to create in order to use the various classes in boost::random with
Diehard (requires a binary file of 32 bit integers for testing).
This program does not compile as it says that mersenne_twister
requires template arguments. I understand what that means of
course, but am unsure as to what arguments should go in there. I am
using MSVC++ 7.0 and would really apprechiate any assistance.
Thanks!
#include <iostream>
using std::cout;
using std::cin;
#include <cstdlib>
#include
Hello all,
I am having difficulty in understanding the documentation regarding
the use of the pseudo-random number generators in boost::random.
Below, I have created a small sample program of the type I am trying
to create in order to use the various classes in boost::random with
Diehard (requires a binary file of 32 bit integers for testing).
This program does not compile as it says that mersenne_twister
requires template arguments. I understand what that means of
course, but am unsure as to what arguments should go in there. I am
using MSVC++ 7.0 and would really apprechiate any assistance.
Thanks!
#include <iostream>
using std::cout;
using std::cin;
#include <cstdlib>
#include
participants (2)
-
agiatojon
-
Jon Agiato