An open API service indexing awesome lists of open source software.

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

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"