|
CODeME
|
Function prototypes for the pseudorandom numbers generators. More...
Go to the source code of this file.
Classes | |
| struct | TRAND |
Functions | |
| void | PrintStruct (TRAND *seed) |
| void | Set_Seed (TRAND *Seed, unsigned seed) |
| unsigned | TausStep (unsigned *z, int S1, int S2, int S3, unsigned M) |
| unsigned | LCGStep (unsigned *z, unsigned A, unsigned C) |
| double | HybridTaus (TRAND *Seed) |
Function prototypes for the pseudorandom numbers generators.
This contains the prototypes for the pseudorandom numbers generators and eventually any macros,constants, or global variables needed.