Hacker News new | ask | show | jobs
by syrrim 1207 days ago

   $ python
  >>> [hash(x) for x in range(4)]
  [0, 1, 2, 3]