SYNTAX:
xpxGetRandomInteger(VAR aRandomInteger : INTEGER)
status : INTEGER;
The xpxGetRandomInteger returns a random integer value in the aRandomInteger argument. This function is implemented by using the ANSI C function rand().
General
Content
Integrations