pub async fn random_select<T>(
    select_array: Vec<T>,
    select_count: usize
) -> Result<Vec<T>, Error>
Expand description

Select random count members from an array.