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