randomByte function

int randomByte()

Implementation

int randomByte() {
  return secureRandom.nextInt(256);
}