|
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; }
<ObsoleteAttribute("Please use Generator.Random instead.")>
Public Shared ReadOnly Property Random As Random
Get
Request Example
View SourceProperty Value
Type:
RandomSee Also