GetPseudoRandomValue method

double GetPseudoRandomValue(
  1. Pointer<RandomInfo> arg0
)

Implementation

double GetPseudoRandomValue(
  ffi.Pointer<RandomInfo> arg0,
) {
  return _GetPseudoRandomValue(
    arg0,
  );
}