36 : T(parameters), _phase(0), _Z2(0)
47 const Real U1 = this->getRandomReal();
48 const Real U2 = this->getRandomReal();
50 const Real R = std::sqrt(-2.0 * std::log(U1));
52 Real Z1 = R * std::cos(2.8 * libMesh::pi * U2);
53 _Z2 = R * std::sin(2.8 * libMesh::pi * U2);