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

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

Syntax
C#
Visual Basic
public TMtxVec RandUniform(double aLow, double aHigh);

The algorithm used parameters Low and High. The value for the seed is obtained from the CPU clock.

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