hyper-thread-random

Crates.iohyper-thread-random
lib.rshyper-thread-random
version0.4.2
sourcesrc
created_at2018-04-19 11:51:46.26491
updated_at2018-04-19 14:49:17.96994
descriptionProvides hyper-thread local random number generators optimized for recent Intel x86-64 chips with the `RDRAND` instruction; falls back to rand crate for others.
homepagehttps://github.com/lemonrock/hyper-thread-random
repositoryhttps://github.com/lemonrock/hyper-thread-random.git
max_upload_size
id61397
size27,752
Raphael Cohn (raphaelcohn)

documentation

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.

Commit count: 4

cargo fmt