Module km::rtl [] [src]

NT runtime routines.

Functions

RtlRandom

Returns a random number that was generated from a given seed value in the range [0..MAXLONG-1].

RtlRandomEx

Returns a random number that was generated from a given seed value in the range [0..MAXLONG-1].

RtlUniform

A simple uniform random number generator, based on D.H. Lehmer's 1948 alrogithm.