Method GetUInt8
- Namespace
- DisCatSharp.Common
- Assembly
- DisCatSharp.Common.dll
GetUInt8(byte, byte)
Generates a unsigned 8-bit integer within specified range.
public byte GetUInt8(byte min = 0, byte max = 255)
Parameters
min
byteMinimum value to generate. Defaults to 0.
max
byteMaximum value to generate. Defaults to MaxValue.
Returns
- byte
Generated random value.