Function lance_testing::datagen::sample_without_replacement

source ยท
pub fn sample_without_replacement<T: Copy>(
    choices: &[T],
    num_picks: u32,
) -> Vec<T>