Click or drag to resize

Mcg59(Boolean) Constructor

Initializes a new instance of the Mcg59 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 Mcg59(
	bool threadSafe
)

Parameters

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