pub(crate) fn py_gamma_process( py: Python<'_>, rate_hz: f64, shape: f64, duration_s: f64, dt: f64, seed: u64, ) -> Py<PyArray1<f64>>