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

AVL.SamplePointFromGaussian Method

Returns pseudorandom point drawn from multinomial gaussian distribution.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SamplePointFromGaussian(
	AvlNet.Gaussian inGaussian,
	int inSeed,
	out float[] outPoint
)

Parameters

Name Type Range Default Description
inGaussianAvlNet.Gaussian
inSeedint<0, INF>5489Default value: 5489.
outPointfloat

See also