|
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; }
Public Shared Property ThreadSeed As Nullable(Of Integer)
Get
Set
Request Example
View SourceProperty Value
Type:
NullableInt32See Also