Function tea_sdk::utils::wasm_actor::actors::util::random_select
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.