rust_rdrand icon indicating copy to clipboard operation
rust_rdrand copied to clipboard

An implementation of random number generator based on rdrand instruction

Results 2 rust_rdrand issues
Sort by recently updated
recently updated
newest added

Trying to compile this crate on Apple M1 Silicon errors with ``` error[E0425]: cannot find function `__cpuid` in module `arch` --> /Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/rdrand-0.8.2/src/lib.rs:163:33 | 163 | let cpuid0 = unsafe {...

Please see https://github.com/rust-random/getrandom/issues/228. I'd rather not going to repeat all the details here because I'd like to keep the conversation in one place. However, I also want you to be...