cfitsio  3390
Functions
simplerng.h File Reference

Functions

void simplerng_setstate (unsigned int u, unsigned int v)
 
void simplerng_getstate (unsigned int *u, unsigned int *v)
 
void simplerng_srand (unsigned int seed)
 
double simplerng_getuniform (void)
 
double simplerng_getnorm (void)
 
int simplerng_getpoisson (double lambda)
 
double simplerng_logfactorial (int n)
 

Function Documentation

double simplerng_getnorm ( void  )

Here is the call graph for this function:

int simplerng_getpoisson ( double  lambda)

Here is the call graph for this function:

void simplerng_getstate ( unsigned int *  u,
unsigned int *  v 
)
double simplerng_getuniform ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

double simplerng_logfactorial ( int  n)

Here is the caller graph for this function:

void simplerng_setstate ( unsigned int  u,
unsigned int  v 
)

Here is the caller graph for this function:

void simplerng_srand ( unsigned int  seed)

Here is the call graph for this function: