VPSerializableMersenneTwister Constructor (Boolean)Virtual Photonics - VTS Library
Virtual Photonics
Initializes a new instance of the MersenneTwister class using the current time as the seed.

Namespace: Vts.MonteCarlo.Rng
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public SerializableMersenneTwister(
	bool threadSafe
)

Parameters

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