Summary
Returns a random int within a specified range.
- Namespace
- TCLite
.Interfaces - Containing Type
- IRandomGenerator
Syntax
int Next(int min, int max)
Parameters
Name | Type | Description |
---|---|---|
min | int | |
max | int |
Return Value
Type | Description |
---|---|
int |