IRandomGenerator.

NextDecimal(decimal, decimal) Method

Summary

Returns a random decimal within a specified range.
Namespace
TCLite.Interfaces
Containing Type
IRandomGenerator

Syntax

decimal NextDecimal(decimal min, decimal max)

Parameters

Name Type Description
min decimal
max decimal

Return Value

Type Description
decimal