Click or drag to resize
Accord.NET (logo)

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

Property Value

Type: Int64
See Also