reset method

void reset()

Implementation

void reset() {
  _random = Random(_seed);
}