Initializes a new instance of the BigInteger class
Namespace: Org.BouncyCastle.MathAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public BigInteger( int bitLength, int certainty, Random random ) |
Visual Basic |
---|
Public Sub New ( _ bitLength As Integer, _ certainty As Integer, _ random As Random _ ) |
Visual C++ |
---|
public: BigInteger( int bitLength, int certainty, Random^ random ) |
Parameters
- bitLength
- Type: System..::..Int32
- certainty
- Type: System..::..Int32
- random
- Type: System..::..Random