rand method

int rand()

Implementation

int rand() {
  return (_rand ??= _dylib.lookupFunction<_c_rand, _dart_rand>('rand'))();
}