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