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