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

TCustomRandomGenerator

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

Declaration

Source position: prng.pas line 30

type TCustomRandomGenerator = class(TObject)

public

  property Value: extended; [r]

  

  property Seed: Int64; [rw]

  

  function RandomRange();

  

end;

Inheritance

TCustomRandomGenerator

  

|

TObject