From wikipedia
Gaussian random walk
A random walk having a step size that varies according to a normal distribution is used as a model for real-world time series data such as financial markets. The Black-Scholes formula for modeling equity option prices, for example, uses a gaussian random walk as an underlying assumption.
Here, the step size is the inverse cumulative normal distribution Φ − 1(z,μ,σ) where 0 ≤ z ≤ 1 is a uniformly distributed random number, and μ and σ are the mean and standard deviations of the normal distribution, respectively.
For steps distributed according to any distribution with a finite variance (not necessarily just a normal distribution), the root mean squared expected translation distance after n steps is
E|S_n| = σ√n.