#random #intel #rand #rdrand

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

2 releases

Uses old Rust 2015

0.4.2 Apr 19, 2018
0.4.0 Apr 19, 2018

#63 in #intel

Download history 5/week @ 2024-08-31 5/week @ 2024-09-07 8/week @ 2024-09-14 28/week @ 2024-09-21 7/week @ 2024-09-28 9/week @ 2024-10-12 5/week @ 2024-10-19 4/week @ 2024-10-26 18/week @ 2024-11-02 2/week @ 2024-11-09 6/week @ 2024-11-16 9/week @ 2024-11-23 14/week @ 2024-11-30 31/week @ 2024-12-07 12/week @ 2024-12-14

66 downloads per month
Used in 7 crates (via network-ethernet)

MIT license

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

~345–530KB