Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapessi/nearly_divisionless_rand
Rust implementation of Daniel Lemire's "Nearly Divisionless Random Integer Generation" alogrithm
https://github.com/sapessi/nearly_divisionless_rand
Last synced: 24 days ago
JSON representation
Rust implementation of Daniel Lemire's "Nearly Divisionless Random Integer Generation" alogrithm
- Host: GitHub
- URL: https://github.com/sapessi/nearly_divisionless_rand
- Owner: sapessi
- License: apache-2.0
- Created: 2019-07-27T00:14:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T05:30:32.000Z (over 5 years ago)
- Last Synced: 2024-10-15T11:21:38.381Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rust implementation of Daniel Lemire's ["Nearly Divisionless Random Integer Generation"](https://lemire.me/blog/2019/06/06/nearly-divisionless-random-integer-generation-on-various-systems/) alogrithm.
Inspired by [@colmmacc excellent tweet thread](https://twitter.com/colmmacc/status/1153715663946444800).