Skip to main content

py_surrogate_dither

Function py_surrogate_dither 

Source
pub(crate) fn py_surrogate_dither(
    py: Python<'_>,
    binary_train: PyReadonlyArray1<'_, i32>,
    dither_ms: f64,
    dt: f64,
    seed: u64,
) -> Py<PyArray1<i32>>