RANDOM_BYTE_MAX_VALUE

const val RANDOM_BYTE_MAX_VALUE: Int = 256

Exclusive upper bound for random byte values.

Byte values range from 0 to 255 (0x00 to 0xFF). This constant is used when converting random bytes to bit strings.