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

Support for Windows #6

Closed crisbodnar closed 5 years ago

crisbodnar commented 5 years ago

I know this is not officially supported but is there any way to install this library on Windows?

lemire commented 5 years ago

Of course, my instructions need to be adapted... but it should work. Did you try it?

crisbodnar commented 5 years ago

I just started to experiment with it but I wanted to ask first. I can send a PR tomorrow after I figure out how it can be done.

lemire commented 5 years ago

That'd be great.