Crates.io | hyper-thread-random |
lib.rs | hyper-thread-random |
version | 0.4.2 |
source | src |
created_at | 2018-04-19 11:51:46.26491 |
updated_at | 2018-04-19 14:49:17.96994 |
description | 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. |
homepage | https://github.com/lemonrock/hyper-thread-random |
repository | https://github.com/lemonrock/hyper-thread-random.git |
max_upload_size | |
id | 61397 |
size | 27,752 |
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.
The license for this project is MIT.