Click or drag to resize
Accord.NET (logo)

StandardGenerator Constructor (Int32)

Initializes a new instance of the StandardGenerator class.

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

Parameters

seed
Type: SystemInt32
Seed value to initialize random numbers generator.
See Also