VPVolumetricEllipsoidalSourceBase Rng Property Virtual Photonics - VTS Library
Virtual Photonics
The random number generator used to create photons. If not assigned externally, a Mersenne Twister (MathNet.Numerics.Random.MersenneTwister) will be created with a seed of zero.

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

public Random Rng { get; set; }

Property Value

Type: OnlineRandom

Implements

ISource Rng
See Also