RandomExtended Constructor (Int32)

Initializes a new instance of the RandomExtended class.

Namespace:  Tortuga.Anchor
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public RandomExtended(
	int seed
)
Public Sub New ( _
	seed As Integer _
)

Parameters

seed
Type: Int32
A number used to calculate a starting value for the pseudo-random number sequence. If a negative number is specified, the absolute value of the number is used.