NCBI C++ ToolKit
|
#include <algo/structure/threader/thrdatd.h>
#include <algo/structure/threader/thrddecl.h>
#include <stdio.h>
#include <math.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | M1 259200 |
#define | IA1 7141 |
#define | IC1 54773 |
#define | RM1 (1.0/M1) |
#define | M2 134456 |
#define | IA2 8121 |
#define | IC2 28411 |
#define | RM2 (1.0/M2) |
#define | M3 243000 |
#define | IA3 4561 |
#define | IC3 51349 |
Functions | |
int | rsmp (Rnd_Smp *pvl) |
float | Rand01 (int *idum) |
#define IA1 7141 |
Definition at line 76 of file thrdrsmp.c.
#define IA2 8121 |
Definition at line 80 of file thrdrsmp.c.
#define IA3 4561 |
Definition at line 84 of file thrdrsmp.c.
#define IC1 54773 |
Definition at line 77 of file thrdrsmp.c.
#define IC2 28411 |
Definition at line 81 of file thrdrsmp.c.
#define IC3 51349 |
Definition at line 85 of file thrdrsmp.c.
#define M1 259200 |
Definition at line 75 of file thrdrsmp.c.
#define M2 134456 |
Definition at line 79 of file thrdrsmp.c.
#define M3 243000 |
Definition at line 83 of file thrdrsmp.c.
#define RM1 (1.0/M1) |
Definition at line 78 of file thrdrsmp.c.
#define RM2 (1.0/M2) |
Definition at line 82 of file thrdrsmp.c.
float Rand01 | ( | int * | idum | ) |
Definition at line 48 of file thrdrsmp.c.
References i, _Rnd_Smp::n, _Rnd_Smp::p, r(), and Rand01().