You are here: Start » AVL.NET » AVL.SamplePointFromGaussian

AVL.SamplePointFromGaussian

Returns pseudorandom point drawn from multinomial gaussian distribution.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SamplePointFromGaussian
(
	AvlNet.Gaussian inGaussian,
	int inSeed,
	IList<double> outPoint
)

Parameters

Name Type Range Default Description
inGaussianAvlNet.Gaussian
inSeedint<0, INF>5489Default value: 5489.
outPointSystem.Collections.Generic.IList<double>

See also