DRandom.withSeed constructor

DRandom.withSeed(
  1. int seed
)

Implementation

DRandom.withSeed(int seed) {
  _init();
  _seed(seed);
}