TDouble.Random Method

Generates the next pseudo-random number in the range [0, this).

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TDouble Random()

Return Value

TDouble
A pseudo-random number in the range [0, this).

See Also