mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
c6b6910a79
Changes: - If n > hi, return the full, sorted range [0, hi) of size hi. - Throw errors when seed, n, or hi are < 0 - Improve error messages Closes #14143