You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > RandGauss Method > Vector.RandGauss Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.RandGauss Method ()

The pseudo random sample generator with Gaussian distribution.

Syntax
C#
Visual Basic
public TMtxVec RandGauss();

Fills the calling object values with pseudo random samples following the Gaussian distribution with

var a: Vector; begin a.Size(500,False); a.RandGauss; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!