setSeed method

void setSeed(
  1. String seed
)

Implementation

void setSeed(String seed) {
  this.seed = seed;
}