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