Click or drag to resize
Accord.NET (logo)

GeneratorLastUpdateTicks Property

Gets the timestamp for when the global random generator was last changed (i.e. after setting Seed).

Namespace:  Accord.Math.Random
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static long LastUpdateTicks { get; }
Request Example View Source

Property Value

Type: Int64
See Also