Closed seebs closed 5 years ago
The Zipf algorithm will hang with invalid inputs. Check for them. (We require that they be numbers, and in the same ranges that stdlib expects, namely q > 1 and v >= 1.)
Fixes #76.
The Zipf algorithm will hang with invalid inputs. Check for them. (We require that they be numbers, and in the same ranges that stdlib expects, namely q > 1 and v >= 1.)
Fixes #76.