|
ToolsSetupGenerator Method
|
Note: This API is now obsolete.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please set the Seed property of Accord.Math.Random.Generator instead.")]
public static void SetupGenerator(
Nullable<int> seed
)
<ObsoleteAttribute("Please set the Seed property of Accord.Math.Random.Generator instead.")>
Public Shared Sub SetupGenerator (
seed As Nullable(Of Integer)
)
Request Example
View SourceParameters
- seed
- Type: SystemNullableInt32
See Also