JASory / Iridium

Atomic Physics Library
https://rust-cas.org
MIT License
18 stars 5 forks source link

remove x86_64 dependency #6

Closed Kezii closed 11 months ago

Kezii commented 1 year ago

remove x86_64 dependency and replace it with a cross platform fast rng

I also removed cargo.lock as it's not needed for a library package

Fixes #5

JASory commented 11 months ago

Fixed, if you wish to continue using rand crate, then simply replace the rand function with whatever you choose in your fork.