this might be a very vague question. But i am wondering if someone could translate this into pseudocode:
a = (1 + (bool ? rand(13) : 0)
Does it mean that a
will become any value between 0-13 + 1? what is the purpose of the boolean value and the question mark?