Function __rndr

#[target_feature(enable = "rand")]
pub unsafe fn __rndr(value: *mut u64) -> i32

Stores a 64-bit random number into the object pointed to by the argument and returns zero. If the implementation could not generate a random number within a reasonable period of time the object pointed to by the input is set to zero and a non-zero value is returned.