Click or drag to resize
Accord.NET (logo)

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

Property Value

Type: Boolean
See Also