VPSerializableMersenneTwister Constructor 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()
Remarks

If the seed value is zero, it is set to one. Uses the value of ThreadSafeRandomNumberGenerators to set whether the instance is thread safe.
See Also