BigIntegerStatic: Rnd

Rnd

Generates a random BigInteger number of the specified size.



 Public Function Rnd(
	  ByVal size As Long,
	  Optional ByVal isNegative As Boolean = False ) As BigInteger

Parameters

size
[ByVal] Long. The size of the number in bytes.
isNegative
[ByVal] Optional. Boolean. Indicates if a negative random number should be generated.  

Default: False

Return Values

BigInteger -  A new BigInteger of a random value.

Remarks

See Also

Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods Randomize SeedRnd