Release 1.16.5
- Fixed bugs in multiple distributions that could result in
nan
values in rare circumstances (about 1 in 10E53) - Added keyword
closed
torandint
which changes sampling from the half-open interval[low, high)
to the closed interval[low, high]
. - Fixed a bug in
random_integers
that could lead to valid values being treated as invalid.