Even if risk neutral drift is zero, there is "vol drift" a.k.a. Ito correction. If you want to get technical, a stochastic differential equationI've intentionally omitted the drift (the risk-free-rate) and dividend when I set them r=q=0 in the initial posting to keep it simple.
Code:
dS_t = rS*dt + sigma * S * dW_t
Code:
S_t = S * exp(t*r - t *0.5*sigma^2) * exp(sigma * W_t)

