#include <iostream>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include <nuklei/Random.h>
#include <nuklei/Common.h>
#include <nuklei/Log.h>
#include <boost/random.hpp>
Go to the source code of this file.
|
static int | nuklei::nuklei_thread_num () |
|
static int | nuklei::nuklei_max_threads () |
|
|
static std::vector< boost::mt19937 > * | nuklei::bRandGens |
|
static std::vector< gsl_rng * > * | nuklei::gRandGens |
|
static std::vector< boost::shared_ptr< boost::mutex > > * | nuklei::mutexes |
|