Namespace: Org.BouncyCastle.Crypto.Prng
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public interface IRandomGenerator
Visual Basic
Public Interface IRandomGenerator
Visual C++
public interface class IRandomGenerator

Remarks

Generic interface for objects generating random bytes.

See Also