ARB
|
#include "defines.h"
Go to the source code of this file.
Classes | |
struct | S_Spreading |
Typedefs | |
typedef struct S_Spreading * | Spreading |
Functions | |
Spreading | newSpreading (double *value, int values) |
void | freeSpreading (Spreading s) |
int | spreadRand (Spreading s) |
typedef struct S_Spreading * Spreading |
Definition at line 5 of file spreadin.c.
References assert, S_Spreading::border, outOfMemory, s, and S_Spreading::values.
Referenced by createOriginRNS(), and mutateRNS().
void freeSpreading | ( | Spreading | s | ) |
Definition at line 31 of file spreadin.c.
References S_Spreading::border.
Referenced by createOriginRNS(), and mutateRNS().
Definition at line 35 of file spreadin.c.
References assert, S_Spreading::border, and S_Spreading::values.
Referenced by createOriginRNS(), and mutateRNS().