I have a uniform distribution $ X \sim U(A,B) $ where the limits themselves are random: $A \sim N(\mu_A,\sigma_A^2)$ and $B \sim N(\mu_B,\sigma_B^2)$. Hence the support of $X$ is random.
$A$, $B$ are independent. Also consider $\mu_B-\mu_A \gg \sigma_A+\sigma_B$
Any clues on the probability density function of this one?
The pdfs of A and B are known since they are normal distributions
The pdf of X given A and B is $$ f_{X|A,B}(x|a,b)=1_{x \ge a} 1_{x \le b} \frac{1}{|a-b|} $$
The joint pdf of X, A and B is $$ f_{X,A,B}(x,a,b)=f_{X|A,B}(x|a,b) f_A(a) f_B(b) $$
And the pdf of X is given as a marginal distribution from the latter $$ f_X(x)= \int_{D_B} \int_{D_A} \! f_{X,A,B}(x,a,b) \, \mathrm{d}a \mathrm{d}b. $$ where $D_A$ and $D_B$ the domains of A and B respectively.