|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | LCG_A 0x7fffffed |
| #define | LCG_C 0x7fffffc3 |
| #define | LCG_M MAXLONG |
Functions | |
| ULONG NTAPI | RtlRandom (IN OUT PULONG Seed) |
| ULONG NTAPI | RtlRandomEx (IN OUT PULONG Seed) |
| ULONG NTAPI | RtlUniform (IN PULONG Seed) |
Variables | |
| static ULONG | RtlpRandomConstantVector [128] |
| static ULONG | RtlpRandomExConstantVector [128] |
| static ULONG | RtlpRandomExAuxVarY = 0x7775fb16 |
Definition at line 113 of file random.c.
Definition at line 150 of file random.c.
|
static |
Definition at line 17 of file random.c.
Referenced by RtlRandom().
|
static |
Definition at line 89 of file random.c.
Referenced by RtlRandomEx().
|
static |
Definition at line 53 of file random.c.
Referenced by RtlRandomEx().