Click or drag to resize
Accord.NET (logo)

ToolsSetupGenerator Method

Note: This API is now obsolete.

Sets a random seed for the framework's main internal number generator.

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
)
Request Example View Source

Parameters

seed
Type: SystemNullableInt32
See Also