|
GeneratorHasBeenAccessed Property
|
Gets a value indicating whether the random number generator has been used
during the execution of any past code. This can be useful to determine whether
a method or learning algorithm is fully deterministic or not. Note that it is
also possible for a method to be non-deterministic even if it uses the random
number generator if it use multiple threads.
Namespace:
Accord.Math.Random
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static bool HasBeenAccessed { get; set; }
Public Shared Property HasBeenAccessed As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also