Generate a single random octet (byte).
public static byte Octet()
Public Shared Function Octet As Byte
byte by = Rng.Octet(); // Generate a random single byte (octet) Console.WriteLine("Rng.Octet()={0}", by); // 0 <= by < 256
VB6/C equivalent: RNG_Number