Hey QuantGuys!
I want to perform a Monte-Carlo simulation using C++ (without using any fancy libraries that provide already coded functions) in order to calculate the probability of a standard normal variable to be less than a fixed number d, ie. P(Z<d) = Φ(d). Could you please help me with that?
Every contribution is highly appreciated!