43#define IM1 2147483563L
44#define IM2 2147483399L
54#define NDIV (1 + IMM1 / NTAB)
56#define RNMX (1.0 - EPS)
63 double Gauss(
double m,
double sigma,
int type);
65 double Pareto(
double alpha,
double beta,
int type);
71 long int iv[GENER][NTAB];
73 void SetSeed(
long int s,
int type);
Definition uwrandomlib.h:59
double Gauss(double m, double sigma, int type)
Definition uwrandomlib.cpp:100
long int s1[GENER]
Definition uwrandomlib.h:68
void SetSeed(long int s, int type)
Definition uwrandomlib.cpp:50
long int s2[GENER]
Definition uwrandomlib.h:69
Uwrandomlib()
Definition uwrandomlib.cpp:41
long int iv[GENER][NTAB]
Definition uwrandomlib.h:71
long int iy[GENER]
Definition uwrandomlib.h:70
double Rand01(int type)
Definition uwrandomlib.cpp:71
double Pareto(double alpha, double beta, int type)
Definition uwrandomlib.cpp:127