You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > RandGauss Method > Vector.RandGauss Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.RandGauss Method ()

The pseudo random sample generator with Gaussian distribution.

Pascal
function RandGauss: TMtxVec; overload;

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;
Examples on GitHub
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!