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 double[] outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inGaussian | AvlNet.Gaussian | |||
![]() | inSeed | int | <0, INF> | 5489 | Default value: 5489. |
![]() | outPoint | double |


