restart method

void restart()

Restarts the current random sequence.

Implementation

void restart() => _random = _prngFromSeed(_seed);