Click or drag to resize
Accord.NET (logo)

RandomizationSeed Property

Gets or sets the fixed random seed to be used in randomization, if any.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Nullable<int> Seed { get; set; }
Request Example View Source

Property Value

Type: NullableInt32
The random seed, for fixed permutations; or null, for true random permutations.
See Also