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

TMTRandomGenerator

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

Declaration

Source position: prng.pas line 60

type TMTRandomGenerator = class(TCustomRandomGenerator)

public

  constructor Create; overload;

  

  property Value;

  

  property Seed;

  

end;

Inheritance

TMTRandomGenerator

  

|

TCustomRandomGenerator

  

|

TObject