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