Click or drag to resize
Accord.NET (logo)

GeneratorThreadSeed Property

Gets or sets the seed for the current thread. Changing this seed will not impact other threads or generators that have already been created from this thread.

Namespace:  Accord.Math.Random
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static Nullable<int> ThreadSeed { get; set; }
Request Example View Source

Property Value

Type: NullableInt32
See Also