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.

See Also

Project CorLib Overview

Class BigIntegerStatic Overview