[][src]Function pointprocesses::temporal::utils::simulate_brownian

pub fn simulate_brownian(h: f64, n: usize) -> Vec<f64>

Simulate a brownian motion $(B_t)$ with a time step of $h$.