pub fn stratified_sample_2d(
    samp: &mut [Point2f],
    nx: i32,
    ny: i32,
    rng: &mut Rng,
    jitter: bool
)