BigIntegerStatic: SeedRnd

SeedRnd

Sets the seeding of the Rnd function.



 Public Sub SeedRnd(
	  Optional ByVal seed As Variant )

Parameters

seed
[ByVal] Optional. Variant. The number to be used as the seed.

Remarks

This is provided because the VB Rnd function runs independently for each component.

See Also

Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods Rnd SetBit