Click or drag to resize
Accord.NET (logo)

Randomization Constructor (Int32)

Initializes a new instance of the Randomization class.

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

Parameters

seed
Type: SystemInt32
A fixed random seed value to generate fixed permutations. If not specified, generates true random permutations.
See Also