blitz Version 1.0.2
|
#include <random/mt.h>
Go to the source code of this file.
Classes | |
struct | ranlib::sharedState |
struct | ranlib::independentState |
class | ranlib::IRNGWrapper< IRNG, state > |
class | ranlib::IRNGWrapper< IRNG, sharedState > |
class | ranlib::IRNGWrapper< IRNG, independentState > |
Namespaces | |
namespace | ranlib |
Typedefs | |
typedef float | ranlib::defaultType |
typedef sharedState | ranlib::defaultState |
typedef unsigned int | ranlib::IRNG_int |
typedef MersenneTwister | ranlib::defaultIRNG |
Variables | |
template<typename IRNG> | |
IRNG | ranlib::IRNGWrapper< IRNG, sharedState >::irng_ |