#include "../Util/GlobalDefines.h"
#include <stdio.h>
#include "Math.h"
#include <stdlib.h>
#include "Values.h"
Go to the source code of this file.
Functions | |
double | drand48 (void) |
double | erand48 (unsigned short xsubi[3]) |
long | jrand48 (unsigned short xsubi[3]) |
void | lcong48 (unsigned short param[7]) |
long | lrand48 (void) |
long | mrand48 (void) |
long | nrand48 (unsigned short xsubi[3]) |
unsigned short * | seed48 (unsigned short seed16v[3]) |
void | srand48 (long seedval) |
double | util_gaussRandom () |
double | util_random () |
void | util_seedRandom (long seedValA) |
double drand48 | ( | void | ) |
double erand48 | ( | unsigned short | xsubi[3] | ) |
long jrand48 | ( | unsigned short | xsubi[3] | ) |
void lcong48 | ( | unsigned short | param[7] | ) |
long lrand48 | ( | void | ) |
long mrand48 | ( | void | ) |
long nrand48 | ( | unsigned short | xsubi[3] | ) |
unsigned short* seed48 | ( | unsigned short | seed16v[3] | ) |
void srand48 | ( | long | seedval | ) |
double util_gaussRandom | ( | ) |
Definition at line 104 of file Random.cpp.
double util_random | ( | ) |
Definition at line 44 of file Random.cpp.
void util_seedRandom | ( | long | seedValA | ) |
Definition at line 29 of file Random.cpp.