DelphiRandom Function
Used to call Delphi's Inbuilt Random Number Generator.

Unit
QESBPCSRandom

Declaration
Function DelphiRandom: Extended;

Description
Remember to use Randomize if you don't want repeatable sequences.

Implementation

function DelphiRandom: Extended;
begin
     Result := Random;
End;


HTML generated by Time2HELP
http://www.time2help.com