CryptoSys API Library Manual
Rng.Octet Method
Generates a single random octet (byte)
Syntax
[C#]
public static byte Octet()
[VB.NET]
Public Shared Function Octet As Byte
Return Value
Single byte value randomly chosen between 0 and 255
[Contents] [Index]