[][src]Function x86::random::rdseed_slice

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

Fill a slice with random values.

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