erand48 method

double erand48(
  1. Pointer<UnsignedShort> __xsubi
)

Implementation

double erand48(
  ffi.Pointer<ffi.UnsignedShort> __xsubi,
) {
  return _erand48(
    __xsubi,
  );
}