pub unsafe fn rdseed_slice<T: RdSeed>(buffer: &mut [T]) -> bool
Expand description

Fill a slice with random values.

Returns true if the iterator was successfully filled with random values, otherwise false.

Safety

Will crash if RDSEED instructions are not supported.