.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlRandom 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlRandom\fR (NTDLL.@) .SH SYNOPSIS ULONG RtlRandom ( PULONG \fIseed\fR ) .SH DESCRIPTION .PP Generates a random number. .SH PARAMS \fIseed\fR \fB[Out]\fR The \fIseed\fR of the Random function. .PP .SH RETURNS .PP It returns a random number distributed over [0..MAXLONG-1]. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtl.c"\fR. .PP Debug channel \fB"ntdll"\fR.