#include "../Util/GlobalDefines.h"
#include <stdio.h>
#include "Math.h"
#include <stdlib.h>
#include "Values.h"
Go to the source code of this file.
◆ drand48()
◆ erand48()
double erand48 |
( |
unsigned short |
xsubi[3] | ) |
|
◆ jrand48()
long jrand48 |
( |
unsigned short |
xsubi[3] | ) |
|
◆ lcong48()
void lcong48 |
( |
unsigned short |
param[7] | ) |
|
◆ lrand48()
◆ mrand48()
◆ nrand48()
long nrand48 |
( |
unsigned short |
xsubi[3] | ) |
|
◆ seed48()
unsigned short* seed48 |
( |
unsigned short |
seed16v[3] | ) |
|
◆ srand48()
void srand48 |
( |
long |
seedval | ) |
|
◆ util_gaussRandom()
double util_gaussRandom |
( |
| ) |
|
◆ util_random()
◆ util_seedRandom()
void util_seedRandom |
( |
long |
seedValA | ) |
|