Click or drag to resize

RandomSource(Boolean) Constructor

Initializes a new instance of the RandomSource class.

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected RandomSource(
	bool threadSafe
)

Parameters

threadSafe  Boolean
if set to true , the class is thread safe.
Remarks
Thread safe instances are two and half times slower than non-thread safe classes.
See Also