pub fn draw_batch_cpu(
input: &PolyaGammaBatchInput<'_>,
) -> Result<Array1<f64>, String>Expand description
Per-row CPU draw using the appropriate regime. Used by the harness when the GPU runtime is unavailable, and as the per-row oracle for the dispatched device path’s parity tests.