[−][src]Module rand::seq
Functions for randomly accessing and sampling sequences.
Functions
sample_indices |
Randomly sample exactly |
sample_indices_cache |
This method performs a partial fisher-yates on a range of indices using a
|
sample_indices_inplace |
Sample an amount of indices using an inplace partial fisher yates method. |
sample_iter |
Randomly sample |
sample_slice |
Randomly sample exactly |
sample_slice_ref |
Randomly sample exactly |