sysGetRand method

Future<int?> sysGetRand(
  1. List<int> rnd
)

Implementation

Future<int?> sysGetRand(List<int> rnd) {
  throw UnimplementedError('SysGetRand() has not been implemented.');
}