Consider two random variables $X$ and $Y$ that are independent and uniformly distributed over a period, say $[-\pi,\pi]$. Which is the PDF (or the CDF if you prefer) of $Z = \sin(X) \sin(Y)$?
This is the "two-dimensional" case of the arcsine distribution, https://en.wikipedia.org/wiki/Arcsine_distribution , see also Distribution of sine of uniform random variable on $[0, 2\pi]$ . Is there some analytic method or this should be done numerically by sampling $Z$?

