NormalRandomNumberGenerator Constructor

Instantiates Normal distribution generator to Normal(mean,variance)

Definition

Namespace: Gemstone.Numeric.Random.Normal
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.170 -- Release Build+bbba6fd4a26a340bfc358a3686e9fa5973d54075
public NormalRandomNumberGenerator(
	int seed,
	double mean = 0,
	double variance = 1
)

Parameters

seed  Int32
Seed value for Uniform generator
mean  Double  (Optional)
Mean of the Normal distribution
variance  Double  (Optional)
Variance of the Normal distribution

See Also