|
GeneratorRandom Property
|
Gets a reference to the random number generator used internally by
the Accord.NET classes and methods. Objects retrieved from this property
should not be shared across threads. Instead, call this property from
each thread you would like to use a random generator for.
Namespace:
Accord.Math.Random
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static Random Random { get; }
Public Shared ReadOnly Property Random As Random
Get
Request Example
View SourceProperty Value
Type:
RandomSee Also