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