[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'SysExtra' (#Pkg)

TRandom

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: sysextra.pas line 72

type TRandom = class

public

  constructor Create();

  function Random();

  function RandomBoolean;

  function RandomChar();

  function RandomDouble;

  function RandomSingle;

  function RandomReal;

  procedure Randomize;

  procedure SetSeed();

end;

Inheritance

TRandom

|

TObject