# Functions
PercentilesFloat64Reverse calculates the percentile of a slice of floats in reverse order.
RandomizedGroups groups the given collection randomly into groups of size n.
# Type aliases
ReverseFloat64Slice is a type that implements the sort.Interface interface so that we can sort a slice of float64 in reverse order.