Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Monte Carlo Simulation

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!