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