The question is just a little variant of this post but I thought to be careful based on the minor differences.
Let $A$ be an $n\times n$ random matrix with independent and identically distributed entries sampled from $N(\mu,\sigma)$ and let $x$ be a (deterministic) vector in $\mathbb{R}^n$; here $\mu,\sigma \in \mathbb{R}$ with $\sigma>0$. What is the distribution of the random vector $$ Y= Ax. $$ From the linked post, I know that it is Gaussian $N(\mu',\Sigma')$, since ultimately, $Y$ is an affine transformation of a normal random vector (when mapping $A$ into a vector in $\mathbb{R}^{n^2}$). However, what are the actual quantities $\mu'$ and $\Sigma'$?
I think it should be $Y\sim \mathcal{N}\left(\boldsymbol{0}_n , x^{\top}x\right)$ however, I'm not sure if I've made a mistake...