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