The model Returns are proportional to the current level:drift(mu) sets the exponential growth rate andvolatility(sigma) the multiplicative noise. This is the process behind Black-Scholes option pricing.
1. Drift
drift is the exponential growth rate. The seed is shared, so the three
paths have identical noise and differ only in trend direction.

2. Volatility
volatility scales the multiplicative noise. Because the process is
multiplicative, the spread grows with the level rather than staying
constant.

3. Multiple paths
Generate 5 independent GBM paths in one call.
Related generatorsDrift and volatility parameters are in the generator reference.
- Random walk — the additive counterpart.
- Jump diffusion — GBM plus sudden jumps.

