Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
c_randi8.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double randlc (double *X, double A)
 
void vranlc (int N, double *X, double A, double Y[])
 

Function Documentation

double randlc ( double *  X,
double  A 
)

x_k+1 = a x_k (mod 2^46) r_k = 2^-46 x_k

Definition at line 10 of file c_randi8.c.

void vranlc ( int  N,
double *  X,
double  A,
double  Y[] 
)