jrand48 method

int jrand48(
  1. Pointer<UnsignedShort> arg0
)

Implementation

int jrand48(
  ffi.Pointer<ffi.UnsignedShort> arg0,
) {
  return _jrand48(
    arg0,
  );
}