#include <ntrtlp.h>
Go to the source code of this file.
Defines | |
#define | Multiplier ((ULONG)(0x80000000ul - 19)) |
#define | Increment ((ULONG)(0x80000000ul - 61)) |
#define | Modulus ((ULONG)(0x80000000ul - 1)) |
#define | UniformMacro(Seed) |
Functions | |
ULONG | RtlUniform (IN OUT PULONG Seed) |
ULONG | RtlRandom (IN OUT PULONG Seed) |
Variables | |
ULONG | RtlpRandomConstantVector [] |
|
|
Definition at line 33 of file rtl/random.c. Referenced by RtlUniform(). |
|
Definition at line 31 of file rtl/random.c. Referenced by RtlExtendedIntegerMultiply(), and RtlUniform(). |
|
Value: Definition at line 64 of file rtl/random.c. Referenced by RtlRandom(). |
|
Definition at line 72 of file rtl/random.c. References RTL_PAGED_CODE, RtlpRandomConstantVector, Seed, and UniformMacro. Referenced by AnotherPrefix(), main(), MmCreateProcessAddressSpace(), and RtlpDphShouldAllocateInPageHeap().
|
|
Definition at line 37 of file rtl/random.c. References Increment, Modulus, Multiplier, and Seed. Referenced by main().
|
|
Definition at line 69 of file rtl/random.c. Referenced by RtlRandom(). |