carsonfarmer / fastpair

FastPair: Data-structure for the dynamic closest-pair problem.
MIT License
12 stars 4 forks source link

update random number generator in tests #54

Closed jGaboardi closed 3 months ago

jGaboardi commented 3 months ago

update random number generator in tests to use modern numpy.random.default_rng() instead of the legacy generator -- here