kayzhu / LSHash

A fast Python implementation of locality sensitive hashing.
MIT License
660 stars 158 forks source link

Features/random seeds #7

Open ejlb opened 9 years ago

ejlb commented 9 years ago

Optional seed parameter for the constructor so that consistent random planes can be generated over multiple invocations.