public static BigInteger Arbitrary(
int sizeInBits
)
Public Shared Function Arbitrary (
sizeInBits As Integer
) As BigInteger
public:
static BigInteger^ Arbitrary(
int sizeInBits
)
Org.BouncyCastle.Math.BigInteger.Arbitrary = function(sizeInBits);