XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
Random Namespace Reference

Classes

struct  rands
 

Functions

void init_seeds_ext (rands &sv)
 
double taus88_ext (rands &sv)
 
void init_ranx (int nthreads, int mype)
 
double ranx (int thread_id)
 

Variables

std::vector< randssv
 

Function Documentation

void Random::init_ranx ( int  nthreads,
int  mype 
)

Here is the call graph for this function:

void Random::init_seeds_ext ( rands &  sv)

Here is the caller graph for this function:

double Random::ranx ( int  thread_id)

Here is the call graph for this function:

double Random::taus88_ext ( rands &  sv)

Here is the caller graph for this function:

Variable Documentation

std::vector<rands> Random::sv