I'm trying to understand the properties of 3D random walks, but with an overall complex phase at each step (the phase is drawn from a uniform distribution between 0 and 2*pi). To be concrete and simplify things, I want to perform a random walk with fixed length in 3-dimensions, but at each step in 3D real space, we also have an overall phase, i.e. the final sum after N steps is
$$\vec{D} = \sum_{i=0}^N \hat{n}_i e^{i \varphi_i}$$
where $\hat{n}_i$ is a 3D unit vector drawn uniformly on a 2-sphere, and $\varphi_i \in [0,2\pi)$ drawn uniformly.
Ultimately, I would like to understand the distribution of the magnitude of the real part of the walk, i.e. $|\text{Re}(\vec{D})|$ as $N \to \infty$ (by symmetry the vector can point in any direction with uniform probability on the 2-sphere). Can this be rewritten as a real random walk somehow?