seed48 method

Implementation

ffi.Pointer<ffi.UnsignedShort> seed48(
  ffi.Pointer<ffi.UnsignedShort> arg0,
) {
  return _seed48(
    arg0,
  );
}