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

Syntax

C#
public override int Next(
	int minValue,
	int maxValue
)
Visual Basic
Public Overrides Function Next ( _
	minValue As Integer, _
	maxValue As Integer _
) As Integer
Visual C++
public:
virtual int Next(
	int minValue, 
	int maxValue
) override

Parameters

minValue
Type: System..::..Int32
maxValue
Type: System..::..Int32

See Also