Callidon / bloom-filters

JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
https://callidon.github.io/bloom-filters/
MIT License
376 stars 43 forks source link

add @types/seedrandom into dependencies #77

Closed folkvir closed 1 week ago

folkvir commented 1 week ago

Move @types/seedrandom into the dependencies because of PRNG type usage

Fix: https://github.com/Callidon/bloom-filters/issues/75

Need one patch upgrade => 3.0.3