Initializes a new instance of the BigInteger class

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

Syntax

C#
public BigInteger(
	int sizeInBits,
	Random random
)
Visual Basic
Public Sub New ( _
	sizeInBits As Integer, _
	random As Random _
)
Visual C++
public:
BigInteger(
	int sizeInBits, 
	Random^ random
)

Parameters

sizeInBits
Type: System..::..Int32
random
Type: System..::..Random

See Also