TwiceAsNice  2019-02-18
Macros | Functions
random.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define RAND_MAX   0x7fffffffL /* default dynamic range of rand() */
 

Functions

double random_double (int p)
 
double random_gauss (double sigma, int p)
 
double random_poisson (double xm, int p)
 
int random_int (int p)
 
void init_random (int seed)
 

Macro Definition Documentation

◆ RAND_MAX

#define RAND_MAX   0x7fffffffL /* default dynamic range of rand() */

Function Documentation

◆ init_random()

void init_random ( int  seed)

◆ random_double()

double random_double ( int  p)

◆ random_gauss()

double random_gauss ( double  sigma,
int  p 
)

◆ random_int()

int random_int ( int  p)

◆ random_poisson()

double random_poisson ( double  xm,
int  p 
)