Click or drag to resize
Accord.NET (logo)

ThreadSafeRandom Constructor (Int32)

Initializes a new instance of the ThreadSafeRandom class.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public ThreadSafeRandom(
	int seed
)
Request Example View Source

Parameters

seed
Type: SystemInt32
Remarks
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.
Remarks
See Next for more information.
See Also