*_RandomByte will never generate 255

M_RandomByte and P_RandomByte call __*_prng_bound__ with an argument of UINT8_MAX. Because these functions return numbers on the interval [0, bound), and UINT8_MAX is 255, the number 255 cannot be generated.