Summary
    Returns a random float less than the specified maximum.
    
		- Namespace
 - TCLite
.Interfaces  - Containing Type
 - IRandomGenerator
 
Syntax
float NextFloat(float max)
	Parameters
| Name | Type | Description | 
|---|---|---|
| max | float | 
Return Value
| Type | Description | 
|---|---|
| float | 
