public static BigInteger CreateRandomInRange(
BigInteger min,
BigInteger max,
SecureRandom random
)
Public Shared Function CreateRandomInRange (
min As BigInteger,
max As BigInteger,
random As SecureRandom
) As BigInteger
public:
static BigInteger^ CreateRandomInRange(
BigInteger^ min,
BigInteger^ max,
SecureRandom^ random
)
Org.BouncyCastle.Utilities.BigIntegers.CreateRandomInRange = function(min, max, random);