lemire / fastrand

Fast random number generation in an interval in Python: Up to 10x faster than random.randint.
Apache License 2.0
88 stars 13 forks source link

Add package to pip for macos #10

Closed lemire closed 5 years ago

lemire commented 5 years ago

Following this issue... https://github.com/lemire/fastrand/issues/9

We should now be able to do "pip install fastrand" on Linux and Windows. However, macOS remains unsupported.

lemire commented 5 years ago

cc @Ezibenroc @TkTech

lemire commented 5 years ago

Trying... https://github.com/lemire/fastrand/blob/master/.travis.yml

lemire commented 5 years ago

Looks to be resolved.

This is really nasty.