Constructors: NewRandom

NewRandom

Creates a new Random object initialized with the specified seed.



 Public Function NewRandom(
	  ByVal seed As Long ) As Random

Parameters

seed
[ByVal] Long. The value used to initialize the random number generator with.

Return Values

Random -  A new Random object.

See Also

Project CorLib Overview

Class Constructors Overview