ARB
|
Go to the source code of this file.
Functions | |
static double | randval () |
static double | lowfreqrandval (double *val, int teiler) |
Frand | initFrand (double medium, double low, double high) |
double | getFrand (Frand f) |
void | freeFrand (Frand f) |
double | randProb () |
|
static |
Definition at line 5 of file frand.c.
References assert.
Referenced by getFrand(), initFrand(), and lowfreqrandval().
|
static |
Frand initFrand | ( | double | medium, |
double | low, | ||
double | high | ||
) |
Definition at line 26 of file frand.c.
References S_Frand::alpha, S_Frand::beta, S_Frand::medium, outOfMemory, randval(), S_Frand::teiler, and S_Frand::val.
Referenced by decodeFrand().
double getFrand | ( | Frand | f | ) |
Definition at line 39 of file frand.c.
References S_Frand::alpha, S_Frand::beta, lowfreqrandval(), S_Frand::medium, randval(), S_Frand::teiler, and S_Frand::val.
Referenced by createOriginRNS(), initBaseSpecificProbs(), and mutateRNS().
double randProb | ( | ) |