Crate hyper_thread_random [] [src]

#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_u64

Generates a random u64 for the current hyper thread.

generate_hyper_thread_safe_random_usize

Generates a random usize for the current hyper thread.