You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > RandGauss Method > TMtxVec.RandGauss Method (uint, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.RandGauss Method (uint, double, double)

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

Syntax
C#
Visual Basic
public TMtxVec RandGauss(uint Seed, double AMean, double AStdDev);

The algorithm uses parameters AMean, AStdDev and Seed.

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