Generate iid samples from mdl_1fsv by Euler approximation.
v0 (float) – value of the initial variance \(v(0)\).
par (dict) – parameters in a dict.
N (int) – number of i.i.d samples to generate.
n_segment (int) – number of segments the interval is split into.
tau (float) – maturity time, or time length.
list of i.i.d. samples.
numpy 1-D array.