Expand description
#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.
Functionsยง
- generate_
hyper_ thread_ safe_ random_ u16 - Generates a random u16 for the current hyper thread.
- generate_
hyper_ thread_ safe_ random_ u32 - Generates a random u32 for the current hyper thread.
- generate_
hyper_ thread_ safe_ random_ u64 - Generates a random u64 for the current hyper thread.