BigIntegerStatic: SeedRnd

SeedRnd

Sets the seeding of the Rnd function.



 Public Sub SeedRnd(
	  Optional ByRef seed As Variant )

Parameters

seed
[ByRef] 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 CorLib Overview

Class BigIntegerStatic Overview