ARB
Classes | Typedefs | Functions
frand.h File Reference
#include "defines.h"
Include dependency graph for frand.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  S_Frand
 

Typedefs

typedef struct S_FrandFrand
 

Functions

Frand initFrand (double medium, double low, double high)
 
void freeFrand (Frand f)
 
double getFrand (Frand f)
 
double randProb ()
 

Typedef Documentation

typedef struct S_Frand * Frand

Function Documentation

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().

void freeFrand ( Frand  f)

Definition at line 44 of file frand.c.

double getFrand ( Frand  f)
double randProb ( )

Definition at line 47 of file frand.c.

References assert.

Referenced by mutateRNS().