I receive a bunch of guids to my api endpoint. I want to distribute them evenly into 20 tables. I need to hash them and get the same table result every time. How can I do this with node js? I don't know how to translate a hash into a number between 1 and 20.
via user3345171