https://github.com/lemonrock/hyper-thread-random
Rust crate to wrap up efficient hyper-thread local randomness
https://github.com/lemonrock/hyper-thread-random
hyperthread intel rand random-number-generators rng rust rust-crate
Last synced: 8 months ago
JSON representation
Rust crate to wrap up efficient hyper-thread local randomness
- Host: GitHub
- URL: https://github.com/lemonrock/hyper-thread-random
- Owner: lemonrock
- License: other
- Created: 2018-04-19T11:51:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T14:48:36.000Z (about 8 years ago)
- Last Synced: 2025-01-30T22:51:21.521Z (over 1 year ago)
- Topics: hyperthread, intel, rand, random-number-generators, rng, rust, rust-crate
- Language: Rust
- Homepage: https://github.com/lemonrock/hyper-thread-random
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-thread-random
[hyper-thread-random] is a Rust crate providing hyper-thread local random number generators optimized for recent Intel x86-64 chips with the `RDRAND` instruction; falls back to rand crate for others.
## Licensing
The license for this project is MIT.
[hyper-thread-random]: https://github.com/lemonrock/hyper-thread-random "hyper-thread-random GitHub page"