#random #rand #intel #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

#50 in #intel

Download history 1/week @ 2023-12-01 3/week @ 2023-12-15 5/week @ 2023-12-22 2/week @ 2024-01-05 3/week @ 2024-01-12 1/week @ 2024-02-02 5/week @ 2024-02-09 15/week @ 2024-02-16 24/week @ 2024-02-23 27/week @ 2024-03-01 29/week @ 2024-03-08 12/week @ 2024-03-15

96 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

~320–500KB