You are here: Symbol Reference > MtxExpr Namespace > Functions > MtxExpr.RandGauss Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxExpr.RandGauss Function

Returns random values with gaussian distribution.

Pascal
function RandGauss(Rows: integer; Cols: integer; const FloatPrecision: TMtxFloatPrecision; aMean: double; aStdDev: double): Matrix; overload;

Internally calls Matrix.RandGauss

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!