Consider two independent, identically distributed random vectors $\vec{X}=(X_1, X_2, ...,X_N)$ and $\vec{Y}=(Y_1, Y_2, ...,Y_N)$, where $X_i \sim U[0,1]$ and $Y_i \sim U[0,1]$.
What is the distribution of the rv $Z$ obtained from the scalar product between $\vec{X}$ and $\vec{Y}$ (that is
$Z = <\vec{X},\vec{Y}> = \sum\limits_{i=1}^{N}X_iY_i $)?
So far, my approach to solve this is to start from $Z|\vec{Y}$ which is the sum of $N$ uniform distributions $U[0,Y_i]$. While the sum of $N$ non-identically distributed uniforms is known, with this method I cannot get a general result for any value of $N$. I would like to know if there is a simpler approach, or even better, if this problem has already been solved (I know similar problems, e.g. when the vectors are on the unit, $n-$sphere or when the vectors are gaussian).