Module rand_utils

Module rand_utils 

Source
Expand description

Utility functions for random functionality.

This module provides sampling and shuffling which are used within the learning modules.

Functionsยง

fisher_yates
The inside out Fisher-Yates algorithm.
in_place_fisher_yates
The in place Fisher-Yates shuffle.
reservoir_sample