|
Randomization Constructor (Int32)
|
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic Randomization(
int seed
)
Public Sub New (
seed As Integer
)
Request Example
View SourceParameters
- seed
- Type: SystemInt32
A fixed random seed value to generate fixed
permutations. If not specified, generates true random permutations.
See Also