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