README.md 1006 B

vector-sized-extra

Contains some wrappers and extra functionality of use to those who use vector-sized. In particular:

  • Wraps multiple sorting functions from vector-algorithms
  • Provides versions of sorts that return a sorted copy, rather than sorting in-place
  • Provides an in-place, as well as copying, Fisher-Yates shuffle for fixed-length vectors
  • Implementations of Algorithm R and Chao's algorithm for random and random weighted sampling respectively

For more details, see the Haddock documentation.

License

This project is licensed under the 3-clause BSD license (SPDX code BSD-3-Clause). For the license text, please see the LICENSE file.