I would like to know the distribution of z as the euclidean distance between 2 points which are not centred in the origin. If I assume 2 points in the 2D plane $A = (X_a,Y_a)$ and $B = (X_b,Y_b)$, where the $X_a \sim \mathcal N(\mu_a,s^2)$, $X_b\sim\mathcal N(\mu_b,s^2)$, $Y_a\sim\mathcal N(\nu_a,s^2)$, $Y_b\sim\mathcal N(\nu_b,s^2)$, then the Euclidean distance between $A$ and $B$, would be $z= \sqrt{(X_a-X_b)^2 + (Y_a-Y_b)^2}$. Now: $X=X_a-X_b$ and $Y=Y_a-Y_b$ are themselves random variables with means $(\mu_b-\mu_a)$ and $(\nu_b-\nu_a)$ and variance $2s^2$, so the problem that I have is determining the pdf of $z=\sqrt{X^2 +Y^2}$, knowing that $X$ and $Y$ are 2 uncorrelated Gaussian random variables with non-zero means and the same variance, $2s^2$.
The Rician distribution applies when $z$ is the distance from the origin to a bivariate random variable. This has been proven only when the random variables ($A$ and $B$) are circular bivariate random variables (A proof can be found in L. C. Andres and R. L. Phillips, Mathematical Techniques for Engineers and Scientists, 2003, Ch. 13, Sec. 13.8.2, p. 680). I would like to know the pdf/cdf of $z$ as a distance between two points (none of them being centred in the origin) when they are not circular. Is there a known parametric distribution for $z$? What would this distribution look like if it is a generalized form of the Rician distribution?