IRandomGenerator.

NextFloat(float, float) Method

Summary

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

Syntax

float NextFloat(float min, float max)

Parameters

Name Type Description
min float
max float

Return Value

Type Description
float