FeatureBaseDB / tools

Tools for development and ops
BSD 3-Clause "New" or "Revised" License
20 stars 14 forks source link

test Zipf inputs for validity #89

Closed seebs closed 5 years ago

seebs commented 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.