reset method Null safety

void reset()

Implementation

void reset() {
  _generator = dart.Random();
  nextValue;
}