|
GeneratorThreadLastUpdateTicks Property
|
Gets the timestamp for when the thread random generator was last
changed (i.e. after creating the first random generator in this
thread context or by setting
ThreadSeed).
Namespace:
Accord.Math.Random
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static long ThreadLastUpdateTicks { get; }
Public Shared ReadOnly Property ThreadLastUpdateTicks As Long
Get
Request Example
View SourceProperty Value
Type:
Int64See Also