2 releases
Uses old Rust 2015
0.4.2 | Apr 19, 2018 |
---|---|
0.4.0 | Apr 19, 2018 |
#62 in #intel
38 downloads per month
Used in 7 crates
(via network-ethernet)
12KB
101 lines
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.
lib.rs
:
#hyper-thread-random
Provides hyper-thread local random number generators optimized for recent Intel x86-64 chips with the RDRAND
instruction; falls back to rand crate for others.
Dependencies
~330–520KB