Click or drag to resize
Accord.NET (logo)

ToolsRandom Property

Note: This API is now obsolete.

Gets a reference to the random number generator used internally by the Accord.NET classes and methods.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Generator.Random instead.")]
public static Random Random { get; }
Request Example View Source

Property Value

Type: Random
See Also