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