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.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool ThreadSafeRandomNumberGenerators { get; set; }
Property Value
Booleantrue to use thread safe random number generators ; otherwise,
false.
See Also