Click or drag to resize

ControlThreadSafeRandomNumberGenerators Property

Gets or sets a value indicating whether to use thread safe random number generators (RNG). Thread safe RNG about two and half time slower than non-thread safe RNG.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool ThreadSafeRandomNumberGenerators { get; set; }

Property Value

Boolean
true to use thread safe random number generators ; otherwise, false.
See Also