[][src]Function pbrt::core::sampling::shuffle

pub fn shuffle<T>(samp: &mut [T], count: i32, n_dimensions: i32, rng: &mut Rng)

Randomly permute an array of count sample values, each of which has n_dimensions dimensions.