IRandomNumberGenerator Interface

Generates random values.

Namespace: Spring.Cryptography
IInterface
  Spring.Cryptography.IRandomNumberGenerator
    Spring.Cryptography.Base.TRandomNumberGenerator
type
 IRandomNumberGenerator = interface
 ['{64B180B9-E192-4542-A45D-4E7402ED7BA8}']
 end;

The IRandomNumberGenerator type exposes the following members.

Show:
 NameDescription
GetBytes(TBytes)

Represents method GetBytes(TBytes).

GetNonZeroBytes(TBytes)

Represents method GetNonZeroBytes(TBytes).

Top