Skip to content

Instantly share code, notes, and snippets.

@Tombert
Created October 14, 2015 19:05
Show Gist options
  • Save Tombert/5a73606f308c3d0b027b to your computer and use it in GitHub Desktop.
Save Tombert/5a73606f308c3d0b027b to your computer and use it in GitHub Desktop.
require 'digest/md5'
def hashKey(key)
md5 = Digest::MD5.hexdigest("bobby"
int_md5 = md5.to_i(16)
return int_md5 % max_length
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment