RtlRandom(3w)
NAME
RtlRandom (NTDLL.@)
SYNOPSIS
ULONG RtlRandom
(
PULONG seed
)
DESCRIPTION
Generates a random number.
PARAMS
seed [Out] The seed of the Random function.
RETURNS
It returns a random number distributed over [0..MAXLONG-1].
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtl.c".
- Debug channel "ntdll".