[Overview][Classes] Reference for unit 'PRNG' (#mcl)

TLCRandomGenerator

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

Declaration

Source position: prng.pas line 44

type TLCRandomGenerator = class(TCustomRandomGenerator)

public

  constructor Create; overload;

  

  property Value;

  

  property Seed;

  

end;

Inheritance

TLCRandomGenerator

  

|

TCustomRandomGenerator

  

|

TObject