Firstly, assume that (a) is proved since it is not hard through using a change of variable.
Secondly, you may use a transformation based on uniform random variable and trigonometric functions (this can be found in some textbooks on Monte Carlo method), then normal random numbers $Z_i$'s can be generated. Thirdly, according to (a), you may use $n^{-1}\sum_{i=1}^{n}h(Z_i)$ to estimate the integration.
Just for reference!