CMS 3D CMS Logo

Classes | Typedefs | Functions
Random.h File Reference

Go to the source code of this file.

Classes

struct  Random_struct
 

Typedefs

typedef struct Random_structRandom
 

Functions

Random new_Random_seed (int seed)
 
void Random_delete (Random R)
 
double Random_nextDouble (Random R)
 
double ** RandomMatrix (int M, int N, Random R)
 
double * RandomVector (int N, Random R)
 

Typedef Documentation

◆ Random

typedef struct Random_struct * Random

Function Documentation

◆ new_Random_seed()

Random new_Random_seed ( int  seed)

◆ Random_delete()

void Random_delete ( Random  R)

◆ Random_nextDouble()

double Random_nextDouble ( Random  R)

◆ RandomMatrix()

double** RandomMatrix ( int  M,
int  N,
Random  R 
)

◆ RandomVector()

double* RandomVector ( int  N,
Random  R 
)