seed property

void seed=(int newSeed)

Set the RNG seed

Implementation

set seed(int newSeed) {
  _rng = Random(newSeed);
}