random_r method
Implementation
int random_r(
ffi.Pointer<random_data> __buf,
ffi.Pointer<ffi.Int32> __result,
) {
return _random_r(
__buf,
__result,
);
}
int random_r(
ffi.Pointer<random_data> __buf,
ffi.Pointer<ffi.Int32> __result,
) {
return _random_r(
__buf,
__result,
);
}