If a random variable $X$ has mean $\mu_{X}$ and variance $\sigma_{X}^{2}$, and follows a normal distribution, it may be written as
$X\sim \mathcal{N}(\mu_{X},\sigma_{X}^{2})$.
Suppose $Y$ is also normally distributed variables. Should I now write
$X+Y\sim \mathcal{N}(\mu_{X}+\mu_{Y},\sigma_{X}^{2}+\sigma_{Y}^{2})$
or
$(X+Y)\sim \mathcal{N}(\mu_{X}+\mu_{Y},\sigma_{X}^{2}+\sigma_{Y}^{2})$
or something else? Is there some standard notation for this?