Skip to main content

py_homogeneous_poisson

Function py_homogeneous_poisson 

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