RandomExtensionsNextDecimal Method

Overload List

NextDecimal(Random) Returns a random Decimal value that is greater than or equal to 0.0 and less than 1.0.
NextDecimal(Random, Decimal, FloatScale) Returns a non-negative random Decimal value that is less than or equal to the specified maxValue.
NextDecimal(Random, Decimal, Decimal, FloatScale) Returns a random Decimal value that is within a specified range.

See Also