To generate random boolean values in Python, generate a random bit value, then convert it into boolean values using the bool() method.