Go to the source code of this file.
Classes | |
struct | Random_struct |
Typedefs | |
typedef struct Random_struct * | Random |
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 struct Random_struct * Random |
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 | ||
) |