Expand description
Low-level API for sampling indices
Functionsยง
- sample_
array - Randomly sample exactly
N
distinct indices from0..len
, and return them in random order (fully shuffled).
Low-level API for sampling indices
N
distinct indices from 0..len
, and
return them in random order (fully shuffled).