Unit 'ClpRandom' Package
[Overview][Resource strings][Classes][Index] [#pl_cryptolib4pascal]

TRandom

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

Declaration

Source position: ClpRandom.pas line 35

type TRandom = class(TInterfacedObject,IRandom)

strict protected

  function Sample; virtual;

  

public

  constructor Create();

  

  function Next();

  

  function NextDouble; virtual;

  

  procedure NextBytes(); virtual; overload;

  

end;

Inheritance

TRandom

  

|

TObject,IRandom



CT Web help

CodeTyphon Studio