Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public BigInteger genCoPrime(
	int bits,
	Random rand
)
Visual Basic
Public Function genCoPrime ( _
	bits As Integer, _
	rand As Random _
) As BigInteger
Visual C++
public:
BigInteger^ genCoPrime(
	int bits, 
	Random^ rand
)

Parameters

bits
Type: System..::..Int32
rand
Type: System..::..Random

See Also