Click or drag to resize

WH2006(Boolean) Constructor

Initializes a new instance of the WH2006 class using a seed based on time and unique GUIDs.

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

Parameters

threadSafe  Boolean
if set to true , the class is thread safe.
See Also