mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +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