Of course it does! "d" has exactly as much meaning as "+", "-", "*", "/", and "^" (exponentiation).
They're all binary operators. In fact, "d", "-" and "^" are particularly comparable, since the order of the operands matter.
"d" means "generate a random integer between 1 and the quantity on...